Package nu.validator.saxtree
Class Characters
java.lang.Object
nu.validator.saxtree.Node
nu.validator.saxtree.CharBufferNode
nu.validator.saxtree.Characters
A run of characters
- Version:
- $Id$
- Author:
- hsivonen
-
Field Summary
Fields inherited from class nu.validator.saxtree.CharBufferNode
buffer -
Constructor Summary
ConstructorsConstructorDescriptionCharacters(Locator locator, char[] buf, int start, int length) The constructor. -
Method Summary
Methods inherited from class nu.validator.saxtree.CharBufferNode
toStringMethods inherited from class nu.validator.saxtree.Node
detach, getAttributes, getColumnNumber, getData, getEncoding, getFirstChild, getLineNumber, getLocalName, getName, getNextSibling, getParentNode, getPrefixMappings, getPreviousSibling, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getTarget, getUri, getXMLVersion
-
Constructor Details
-
Characters
The constructor.- Parameters:
locator- the locatorbuf- the bufferstart- the offset in the bufferlength- the length
-
-
Method Details
-
getNodeType
Description copied from class:NodeReturn the node type.- Specified by:
getNodeTypein classNode- Returns:
- the node type
- See Also:
-