com.caucho.xml2
Class QNode.ChildNodeList

java.lang.Object
  extended by com.caucho.xml2.QNode.ChildNodeList
All Implemented Interfaces:
org.w3c.dom.NodeList
Enclosing class:
QNode

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


Constructor Summary
QNode.ChildNodeList()
           
 
Method Summary
 int getLength()
          Returns the number of children.
 org.w3c.dom.Node item(int index)
          Returns the child with the given index.
 java.util.Iterator<org.w3c.dom.Node> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QNode.ChildNodeList

public QNode.ChildNodeList()
Method Detail

item

public org.w3c.dom.Node item(int index)
Returns the child with the given index.

Specified by:
item in interface org.w3c.dom.NodeList

getLength

public int getLength()
Returns the number of children.

Specified by:
getLength in interface org.w3c.dom.NodeList

iterator

public java.util.Iterator<org.w3c.dom.Node> iterator()