Uses of Class
nu.validator.saxtree.ParentNode

Packages that use ParentNode
nu.validator.saxtree This package provides SAX Tree: a tree model optimized for creation from SAX events and replay as SAX events. 
 

Uses of ParentNode in nu.validator.saxtree
 

Subclasses of ParentNode in nu.validator.saxtree
 class CDATA
           
 class Document
           
 class DocumentFragment
           
 class DTD
           
 class Element
           
 class Entity
           
 

Fields in nu.validator.saxtree declared as ParentNode
private  ParentNode TreeBuilder.current
           
private  ParentNode Node.parentNode
           
 

Methods in nu.validator.saxtree that return ParentNode
 ParentNode Node.getParentNode()
          Returns the parentNode.
 ParentNode TreeBuilder.getRoot()
          Returns the root (Document if building a full document or DocumentFragment if building a fragment.).
 

Methods in nu.validator.saxtree with parameters of type ParentNode
 void ParentNode.copyEndLocator(ParentNode another)
          Copies the endLocator from another node.
(package private)  void Node.setParentNode(ParentNode parentNode)
          Sets the parentNode.