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, setEndLocator
detach, getAttributes, getColumnNumber, getData, getLineNumber, getLocalName, getName, getNextSibling, getParentNode, getPrefixMappings, getPreviousSibling, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getTarget, getUri, revisit, setNextSibling, setParentNode
void visit(TreeParser treeParser)
Node
visit
in class Node
treeParser
- the visitorNode.visit(nu.validator.saxtree.TreeParser)
public NodeType getNodeType()
Node
getNodeType
in class Node
Node.getNodeType()