org.apache.crimson.tree
Class ParentNode.TagList

java.lang.Object
  extended byorg.apache.crimson.tree.ParentNode.TagList
All Implemented Interfaces:
org.w3c.dom.NodeList
Direct Known Subclasses:
ParentNode.TagListNS
Enclosing class:
ParentNode

class ParentNode.TagList
extends Object
implements org.w3c.dom.NodeList


Field Summary
protected  int lastIndex
           
protected  int lastMutationCount
           
protected  TreeWalker lastWalker
           
protected  String tag
           
 
Constructor Summary
(package private) ParentNode.TagList(String tag)
           
 
Method Summary
protected  int getLastMutationCount()
           
 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
 

Field Detail

tag

protected String tag

lastMutationCount

protected int lastMutationCount

lastIndex

protected int lastIndex

lastWalker

protected TreeWalker lastWalker
Constructor Detail

ParentNode.TagList

ParentNode.TagList(String tag)
Method Detail

getLastMutationCount

protected int getLastMutationCount()

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