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 classCDATAA CDATA section.classDocumentA document.classDocumentFragmentA document fragment.classDTDA doctype.classElementAn element.classEntityAn entity.Fields in nu.validator.saxtree declared as ParentNode Modifier and Type Field Description private ParentNodeTreeBuilder. currentThe current node.private ParentNodeNode. parentNodeThe parent.Methods in nu.validator.saxtree that return ParentNode Modifier and Type Method Description ParentNodeNode. getParentNode()Returns the parentNode.ParentNodeTreeBuilder. getRoot()Returns the root (Documentif building a full document orDocumentFragmentif building a fragment.).Methods in nu.validator.saxtree with parameters of type ParentNode Modifier and Type Method Description voidParentNode. copyEndLocator(ParentNode another)Copies the endLocator from another node.(package private) voidNode. setParentNode(ParentNode parentNode)Sets the parentNode.
-