Package nu.validator.saxtree
Class IgnorableWhitespace
java.lang.Object
nu.validator.saxtree.Node
nu.validator.saxtree.CharBufferNode
nu.validator.saxtree.IgnorableWhitespace
- All Implemented Interfaces:
Locator
A run ignorable whitespace.
- Version:
- $Id$
- Author:
- hsivonen
-
Field Summary
Fields inherited from class nu.validator.saxtree.CharBufferNode
buffer
-
Constructor Summary
ConstructorsConstructorDescriptionIgnorableWhitespace
(Locator locator, char[] buf, int start, int length) The constructor. -
Method Summary
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
-
Constructor Details
-
IgnorableWhitespace
The constructor.- Parameters:
locator
- the locatorbuf
- the bufferstart
- the offsetlength
- the length
-
-
Method Details
-
getNodeType
Description copied from class:Node
Return the node type.- Specified by:
getNodeType
in classNode
- Returns:
- the node type
- See Also:
-