Class SkippedEntity
java.lang.Object
nu.validator.saxtree.Node
nu.validator.saxtree.SkippedEntity
- All Implemented Interfaces:
Locator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the name.Return the node type.(package private) voidvisit(TreeParser treeParser) Visit the node.Methods inherited from class Node
detach, getAttributes, getColumnNumber, getData, getFirstChild, getLineNumber, getLocalName, getNextSibling, getParentNode, getPrefixMappings, getPreviousSibling, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getTarget, getUri, revisit, setNextSibling, setParentNode
-
Field Details
-
name
The name.
-
-
Constructor Details
-
SkippedEntity
-
-
Method Details
-
visit
Description copied from class:NodeVisit the node.- Specified by:
visitin classNode- Parameters:
treeParser- the visitor- Throws:
SAXException- if stuff goes wrong- See Also:
-
getNodeType
Description copied from class:NodeReturn the node type.- Specified by:
getNodeTypein classNode- Returns:
- the node type
- See Also:
-
getName
-