org.w3c.tidy
Class DOMCDATASectionImpl
- org.w3c.dom.CDATASection, org.w3c.dom.CharacterData, org.w3c.dom.Node, Text
public class DOMCDATASectionImpl
implements org.w3c.dom.CDATASection
Tidy implementation of org.w3c.dom.CDATASection.
$Revision: 400 $ ($Author: fgiust $)
appendChild , cloneNode , compareDocumentPosition , getAttributes , getBaseURI , getChildNodes , getFeature , getFirstChild , getLastChild , getLocalName , getNamespaceURI , getNextSibling , getNodeName , getNodeType , getNodeValue , getOwnerDocument , getParentNode , getPrefix , getPreviousSibling , getTextContent , getUserData , hasAttributes , hasChildNodes , insertBefore , isDefaultNamespace , isEqualNode , isSameNode , isSupported , lookupNamespaceURI , lookupPrefix , normalize , removeChild , replaceChild , setNodeValue , setPrefix , setTextContent , setUserData , supports |
DOMCDATASectionImpl
protected DOMCDATASectionImpl(Node adaptee)
Instantiates a new DOMCDATASectionImpl which wraps the given Node.