Package nu.validator.saxtree
Class Document
java.lang.Object
nu.validator.saxtree.Node
nu.validator.saxtree.ParentNode
nu.validator.saxtree.Document
A document.
- Version:
- $Id$
- Author:
- hsivonen
-
Field Summary
Fields inherited from class nu.validator.saxtree.ParentNode
endLocator -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class nu.validator.saxtree.ParentNode
appendChild, appendChildren, copyEndLocator, getFirstChild, getLastChild, insertBefore, insertBetween, setEndLocatorMethods inherited from class nu.validator.saxtree.Node
detach, getAttributes, getColumnNumber, getData, getEncoding, getLineNumber, getLocalName, getName, getNextSibling, getParentNode, getPrefixMappings, getPreviousSibling, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getTarget, getUri, getXMLVersion
-
Constructor Details
-
Document
The constructor.- Parameters:
locator- the locator
-
-
Method Details
-
getNodeType
Description copied from class:NodeReturn the node type.- Specified by:
getNodeTypein classNode- Returns:
- the node type
- See Also:
-