Class Characters
java.lang.Object
nu.validator.saxtree.Node
nu.validator.saxtree.CharBufferNode
nu.validator.saxtree.Characters
- All Implemented Interfaces:
Locator
-
Field Summary
Fields inherited from class CharBufferNode
buffer -
Constructor Summary
ConstructorsConstructorDescriptionCharacters(Locator locator, char[] buf, int start, int length) The constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturn the node type.(package private) voidvisit(TreeParser treeParser) Visit the node.Methods inherited from class CharBufferNode
toStringMethods inherited from class Node
detach, getAttributes, getColumnNumber, getData, getFirstChild, getLineNumber, getLocalName, getName, getNextSibling, getParentNode, getPrefixMappings, getPreviousSibling, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getTarget, getUri, revisit, setNextSibling, setParentNode
-
Constructor Details
-
Characters
The constructor.- Parameters:
locator- the locatorbuf- the bufferstart- the offset in the bufferlength- the length
-
-
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:
-