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 classA CDATA section.final classA document.final classA document fragment.final classA doctype.final classAn element.final classAn entity.Methods in nu.validator.saxtree that return ParentNodeModifier and TypeMethodDescriptionfinal ParentNodeNode.getParentNode()Returns the parentNode.TreeBuilder.getRoot()Returns the root (Documentif building a full document orDocumentFragmentif building a fragment.).Methods in nu.validator.saxtree with parameters of type ParentNodeModifier and TypeMethodDescriptionvoidParentNode.copyEndLocator(ParentNode another) Copies the endLocator from another node.