Uses of Class
nu.validator.saxtree.ParentNode
-
Packages that use ParentNode Package Description 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 Modifier and Type Class Description class
CDATA
A CDATA section.class
Document
A document.class
DocumentFragment
A document fragment.class
DTD
A doctype.class
Element
An element.class
Entity
An entity.Fields in nu.validator.saxtree declared as ParentNode Modifier and Type Field Description private ParentNode
TreeBuilder. current
The current node.private ParentNode
Node. parentNode
The parent.Methods in nu.validator.saxtree that return ParentNode Modifier and Type Method Description ParentNode
Node. getParentNode()
Returns the parentNode.ParentNode
TreeBuilder. getRoot()
Returns the root (Document
if building a full document orDocumentFragment
if building a fragment.).Methods in nu.validator.saxtree with parameters of type ParentNode Modifier and Type Method Description void
ParentNode. copyEndLocator(ParentNode another)
Copies the endLocator from another node.(package private) void
Node. setParentNode(ParentNode parentNode)
Sets the parentNode.
-