public final class DocumentFragment extends ParentNode
endLocator| Constructor and Description |
|---|
DocumentFragment()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NodeType |
getNodeType()
Return the node type.
|
(package private) void |
visit(TreeParser treeParser)
Visit the node.
|
appendChild, appendChildren, copyEndLocator, getFirstChild, getLastChild, insertBefore, insertBetween, removeChild, setEndLocatordetach, getAttributes, getColumnNumber, getData, getLineNumber, getLocalName, getName, getNextSibling, getParentNode, getPrefixMappings, getPreviousSibling, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getTarget, getUri, revisit, setNextSibling, setParentNodevoid visit(TreeParser treeParser)
Nodevisit in class NodetreeParser - the visitorNode.visit(nu.validator.saxtree.TreeParser)public NodeType getNodeType()
NodegetNodeType in class NodeNode.getNodeType()