org.apache.crimson.tree
Class ParentNode.TagListNS

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

class ParentNode.TagListNS
extends ParentNode.TagList


Field Summary
protected  int lastIndex
           
protected  int lastMutationCount
           
protected  TreeWalker lastWalker
           
private  String namespaceURI
           
protected  String tag
           
 
Constructor Summary
(package private) ParentNode.TagListNS(String namespaceURI, String localName)
           
 
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

namespaceURI

private String namespaceURI

tag

protected String tag

lastMutationCount

protected int lastMutationCount

lastIndex

protected int lastIndex

lastWalker

protected TreeWalker lastWalker
Constructor Detail

ParentNode.TagListNS

ParentNode.TagListNS(String namespaceURI,
                     String localName)
Method Detail

item

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

getLength

public int getLength()
Specified by:
getLength in interface org.w3c.dom.NodeList
Overrides:
getLength in class ParentNode.TagList

getLastMutationCount

protected int getLastMutationCount()