Uses of Class
nu.validator.saxtree.ParentNode
Packages that use ParentNode
Package
Description
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.saxtreeModifier and TypeClassDescriptionfinal class
A CDATA section.final class
A document.final class
A document fragment.final class
A doctype.final class
An element.final class
An entity.Fields in nu.validator.saxtree declared as ParentNodeModifier and TypeFieldDescriptionprivate ParentNode
TreeBuilder.current
The current node.private ParentNode
Node.parentNode
The parent.Methods in nu.validator.saxtree that return ParentNodeModifier and TypeMethodDescriptionfinal ParentNode
Node.getParentNode()
Returns the 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 ParentNodeModifier and TypeMethodDescriptionvoid
ParentNode.copyEndLocator
(ParentNode another) Copies the endLocator from another node.(package private) void
Node.setParentNode
(ParentNode parentNode) Sets the parentNode.