Class Comment
java.lang.Object
nu.validator.saxtree.Node
nu.validator.saxtree.CharBufferNode
nu.validator.saxtree.Comment
- All Implemented Interfaces:
Locator
-
Field Summary
Fields inherited from class CharBufferNode
buffer -
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
Comment
The constructor.- Parameters:
locator- the locatorbuf- the bufferstart- the offsetlength- the length
-
-
Method Details
-
getNodeType
Description copied from class:NodeReturn the node type.- Specified by:
getNodeTypein classNode- Returns:
- the node type
- See Also:
-