Package nu.validator.saxtree
Class CDATA
java.lang.Object
nu.validator.saxtree.Node
nu.validator.saxtree.ParentNode
nu.validator.saxtree.CDATA
- All Implemented Interfaces:
Locator
A CDATA section.
- Version:
- $Id$
-
Field Summary
Fields inherited from class nu.validator.saxtree.ParentNode
endLocator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the node type.(package private) void
revisit
(TreeParser treeParser) Revisit the node.(package private) void
visit
(TreeParser treeParser) Visit the node.Methods inherited from class nu.validator.saxtree.ParentNode
appendChild, appendChildren, copyEndLocator, getFirstChild, getLastChild, insertBefore, insertBetween, removeChild, setEndLocator
Methods inherited from class nu.validator.saxtree.Node
detach, getAttributes, getColumnNumber, getData, getLineNumber, getLocalName, getName, getNextSibling, getParentNode, getPrefixMappings, getPreviousSibling, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getTarget, getUri, setNextSibling, setParentNode
-
Constructor Details
-
CDATA
The constructor.- Parameters:
locator
- the locator
-
-
Method Details
-
visit
Description copied from class:Node
Visit the node.- Specified by:
visit
in classNode
- Parameters:
treeParser
- the visitor- Throws:
SAXException
- if stuff goes wrong- See Also:
-
revisit
Description copied from class:Node
Revisit the node.- Overrides:
revisit
in classNode
- Parameters:
treeParser
- the visitor- Throws:
SAXException
- if things go wrong- See Also:
-
getNodeType
Description copied from class:Node
Return the node type.- Specified by:
getNodeType
in classNode
- Returns:
- the node type
- See Also:
-