nu.validator.saxtree
Class CDATA
java.lang.Object
nu.validator.saxtree.Node
nu.validator.saxtree.ParentNode
nu.validator.saxtree.CDATA
- All Implemented Interfaces:
- Locator
public final class CDATA
- extends ParentNode
Methods inherited from class nu.validator.saxtree.Node |
detach, getAttributes, getColumnNumber, getData, getLineNumber, getLocalName, getName, getNextSibling, getParentNode, getPrefixMappings, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getTarget, getUri, setNextSibling, setParentNode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CDATA
public CDATA(Locator locator)
visit
void visit(TreeParser treeParser)
throws SAXException
- Specified by:
visit
in class Node
- Throws:
SAXException
revisit
void revisit(TreeParser treeParser)
throws SAXException
- Overrides:
revisit
in class Node
- Throws:
SAXException
- See Also:
Node.revisit(nu.validator.saxtree.TreeParser)
getNodeType
public NodeType getNodeType()
- Specified by:
getNodeType
in class Node