sdlip.xml.dom
Class DeepNodeListImpl

java.lang.Object
  |
  +--sdlip.xml.dom.DeepNodeListImpl

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


Field Summary
protected  int changes
           
protected  java.util.Vector nodes
           
protected  NodeImpl rootNode
           
protected  java.lang.String tagName
           
 
Constructor Summary
protected DeepNodeListImpl(NodeImpl rootNode, java.lang.String tagName)
          Constructor.
 
Method Summary
 int getLength()
          Returns the length of the node list.
 org.w3c.dom.Node item(int index)
          Returns the node at the specified index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rootNode

protected NodeImpl rootNode

tagName

protected java.lang.String tagName

changes

protected int changes

nodes

protected java.util.Vector nodes
Constructor Detail

DeepNodeListImpl

protected DeepNodeListImpl(NodeImpl rootNode,
                           java.lang.String tagName)
Constructor.
Method Detail

getLength

public int getLength()
Returns the length of the node list.
Specified by:
getLength in interface org.w3c.dom.NodeList

item

public org.w3c.dom.Node item(int index)
Returns the node at the specified index.
Specified by:
item in interface org.w3c.dom.NodeList