org.dom4j.dom
public class DOMCDATA extends DefaultCDATA implements CDATASection
DOMCDATA implements a CDATA Section which supports the W3C DOM
API.
Version: $Revision: 1.12 $
| Constructor Summary | |
|---|---|
| DOMCDATA(String text) | |
| DOMCDATA(Element parent, String text) | |
| Method Summary | |
|---|---|
| Node | appendChild(Node newChild) |
| void | appendData(String arg) |
| Node | cloneNode(boolean deep) |
| protected CDATA | createCDATA(String text) |
| void | deleteData(int offset, int count) |
| NamedNodeMap | getAttributes() |
| NodeList | getChildNodes() |
| String | getData() |
| Node | getFirstChild() |
| Node | getLastChild() |
| int | getLength() |
| String | getLocalName() |
| String | getNamespaceURI() |
| Node | getNextSibling() |
| String | getNodeName() |
| String | getNodeValue() |
| Document | getOwnerDocument() |
| Node | getParentNode() |
| String | getPrefix() |
| Node | getPreviousSibling() |
| boolean | hasAttributes() |
| boolean | hasChildNodes() |
| Node | insertBefore(Node newChild, Node refChild) |
| void | insertData(int offset, String arg) |
| boolean | isSupported(String feature, String version) |
| void | normalize() |
| Node | removeChild(Node oldChild) |
| Node | replaceChild(Node newChild, Node oldChild) |
| void | replaceData(int offset, int count, String arg) |
| void | setData(String data) |
| void | setNodeValue(String nodeValue) |
| void | setPrefix(String prefix) |
| Text | splitText(int offset) |
| String | substringData(int offset, int count) |
| boolean | supports(String feature, String version) |