org.apache.crimson.tree
Class DataNode.NodeListImpl

java.lang.Object
  extended byorg.apache.crimson.tree.DataNode.NodeListImpl
All Implemented Interfaces:
org.w3c.dom.NodeList
Enclosing class:
DataNode

static final class DataNode.NodeListImpl
extends Object
implements org.w3c.dom.NodeList


Constructor Summary
(package private) DataNode.NodeListImpl()
           
 
Method Summary
 int getLength()
           
 org.w3c.dom.Node item(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataNode.NodeListImpl

DataNode.NodeListImpl()
Method Detail

item

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

getLength

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