com.jaxfront.core.xpath
Class NodeList

java.lang.Object
  extended by com.jaxfront.core.xpath.NodeList
All Implemented Interfaces:
org.w3c.dom.NodeList

public class NodeList
extends java.lang.Object
implements org.w3c.dom.NodeList

Author:
srzxuz To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
NodeList(java.util.List list)
           
 
Method Summary
 int getLength()
           
 org.w3c.dom.Node item(int index)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeList

public NodeList(java.util.List list)
Method Detail

getLength

public int getLength()
Specified by:
getLength in interface org.w3c.dom.NodeList

item

public org.w3c.dom.Node item(int index)
Specified by:
item in interface org.w3c.dom.NodeList