Package nu.validator.saxtree
Class Characters
- java.lang.Object
-
- nu.validator.saxtree.Node
-
- nu.validator.saxtree.CharBufferNode
-
- nu.validator.saxtree.Characters
-
- All Implemented Interfaces:
org.xml.sax.Locator
public final class Characters extends CharBufferNode
A run of characters- Version:
- $Id$
- Author:
- hsivonen
-
-
Field Summary
-
Fields inherited from class nu.validator.saxtree.CharBufferNode
buffer
-
-
Constructor Summary
Constructors Constructor Description Characters(org.xml.sax.Locator locator, char[] buf, int start, int length)
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeType
getNodeType()
Return the node type.-
Methods inherited from class nu.validator.saxtree.CharBufferNode
toString
-
Methods inherited from class nu.validator.saxtree.Node
detach, getAttributes, getColumnNumber, getData, getFirstChild, getLineNumber, getLocalName, getName, getNextSibling, getParentNode, getPrefixMappings, getPreviousSibling, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getTarget, getUri
-
-
-
-
Method Detail
-
getNodeType
public NodeType getNodeType()
Description copied from class:Node
Return the node type.- Specified by:
getNodeType
in classNode
- Returns:
- the node type
- See Also:
Node.getNodeType()
-
-