|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
A CDATA section. |
class |
Document
A document. |
class |
DocumentFragment
A document fragment. |
class |
DTD
A doctype. |
class |
Element
An element. |
class |
Entity
An entity. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |