public final class IgnorableWhitespace extends CharBufferNode
buffer| Constructor and Description |
|---|
IgnorableWhitespace(org.xml.sax.Locator locator,
char[] buf,
int start,
int length)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NodeType |
getNodeType()
Return the node type.
|
(package private) void |
visit(TreeParser treeParser)
Visit the node.
|
toStringdetach, getAttributes, getColumnNumber, getData, getFirstChild, getLineNumber, getLocalName, getName, getNextSibling, getParentNode, getPrefixMappings, getPreviousSibling, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getTarget, getUri, revisit, setNextSibling, setParentNodepublic IgnorableWhitespace(org.xml.sax.Locator locator,
char[] buf,
int start,
int length)
locator - the locatorbuf - the bufferstart - the offsetlength - the lengthvoid visit(TreeParser treeParser) throws org.xml.sax.SAXException
Nodevisit in class NodetreeParser - the visitororg.xml.sax.SAXException - if stuff goes wrongNode.visit(nu.validator.saxtree.TreeParser)public NodeType getNodeType()
NodegetNodeType in class NodeNode.getNodeType()