xpointer
Class NodeListImpl

java.lang.Object
  |
  +--xpointer.NodeListImpl
All Implemented Interfaces:
org.w3c.dom.NodeList

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

This is just the implementation of the NodeList interface.


Constructor Summary
NodeListImpl()
           
 
Method Summary
protected  void addNode(org.w3c.dom.Node node)
          Adds a node to the list.
 int getLength()
           
 org.w3c.dom.Node item(int param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeListImpl

public NodeListImpl()
Method Detail

addNode

protected void addNode(org.w3c.dom.Node node)
Adds a node to the list.

getLength

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

item

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