public final class SkippedEntity extends Node
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name
The name.
|
Constructor and Description |
---|
SkippedEntity(org.xml.sax.Locator locator,
java.lang.String name)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name.
|
NodeType |
getNodeType()
Return the node type.
|
(package private) void |
visit(TreeParser treeParser)
Visit the node.
|
detach, getAttributes, getColumnNumber, getData, getFirstChild, getLineNumber, getLocalName, getNextSibling, getParentNode, getPrefixMappings, getPreviousSibling, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getTarget, getUri, revisit, setNextSibling, setParentNode
public SkippedEntity(org.xml.sax.Locator locator, java.lang.String name)
locator
- the locatorname
- the namevoid visit(TreeParser treeParser) throws org.xml.sax.SAXException
Node
visit
in class Node
treeParser
- the visitororg.xml.sax.SAXException
- if stuff goes wrongNode.visit(nu.validator.saxtree.TreeParser)
public NodeType getNodeType()
Node
getNodeType
in class Node
Node.getNodeType()