Package nu.validator.saxtree
Class SkippedEntity
java.lang.Object
nu.validator.saxtree.Node
nu.validator.saxtree.SkippedEntity
- All Implemented Interfaces:
Locator
A skipped entity.
- Version:
- $Id$
- Author:
- hsivonen
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class nu.validator.saxtree.Node
detach, getAttributes, getColumnNumber, getData, getFirstChild, getLineNumber, getLocalName, getNextSibling, getParentNode, getPrefixMappings, getPreviousSibling, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getTarget, getUri
-
Constructor Details
-
SkippedEntity
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.
-