nu.validator.saxtree
Class Entity
java.lang.Object
nu.validator.saxtree.Node
nu.validator.saxtree.ParentNode
nu.validator.saxtree.Entity
- All Implemented Interfaces:
- Locator
public final class Entity
- extends ParentNode
Methods inherited from class nu.validator.saxtree.Node |
detach, getAttributes, getColumnNumber, getData, getLineNumber, getLocalName, getNextSibling, getParentNode, getPrefixMappings, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getTarget, getUri, setNextSibling, setParentNode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private final String name
Entity
public Entity(Locator locator,
String name)
visit
void visit(TreeParser treeParser)
throws SAXException
- Specified by:
visit
in class Node
- Throws:
SAXException
revisit
void revisit(TreeParser treeParser)
throws SAXException
- Overrides:
revisit
in class Node
- Throws:
SAXException
- See Also:
Node.revisit(nu.validator.saxtree.TreeParser)
getNodeType
public NodeType getNodeType()
- Specified by:
getNodeType
in class Node
getName
public String getName()
- Returns the name.
- Overrides:
getName
in class Node
- Returns:
- the name