Package nu.validator.saxtree
Class Entity
java.lang.Object
nu.validator.saxtree.Node
nu.validator.saxtree.ParentNode
nu.validator.saxtree.Entity
- All Implemented Interfaces:
Locator
An entity.
- 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, setEndLocator
Methods inherited from class nu.validator.saxtree.Node
detach, getAttributes, getColumnNumber, getData, getLineNumber, getLocalName, getNextSibling, getParentNode, getPrefixMappings, getPreviousSibling, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getTarget, getUri
-
Constructor Details
-
Entity
The constructor.- Parameters:
locator
- the locatorname
- the name
-
-
Method Details
-
getNodeType
Description copied from class:Node
Return the node type.- Specified by:
getNodeType
in classNode
- Returns:
- the node type
- See Also:
-
getName
Returns the name.
-