Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.xerces.tree
Class DataNode.NodeListImpl  view DataNode.NodeListImpl download DataNode.NodeListImpl.java

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

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


Constructor Summary
(package private) DataNode.NodeListImpl()
           
 
Method Summary
 int getLength()
          The number of nodes in the list.
 org.w3c.dom.Node item(int i)
          Returns the indexth item in the collection.
 
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)
Description copied from interface: org.w3c.dom.NodeList
Returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.

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

getLength

public int getLength()
Description copied from interface: org.w3c.dom.NodeList
The number of nodes in the list. The range of valid child node indices is 0 to length-1 inclusive.

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