Save This Page
Home » dom4j-1.6.1 » org.dom4j.dom » [javadoc | source]
org.dom4j.dom
public class: DOMCDATA [javadoc | source]
java.lang.Object
   org.dom4j.tree.AbstractNode
      org.dom4j.tree.AbstractCharacterData
         org.dom4j.tree.AbstractCDATA
            org.dom4j.tree.FlyweightCDATA
               org.dom4j.tree.DefaultCDATA
                  org.dom4j.dom.DOMCDATA

All Implemented Interfaces:
    CDATASection, CDATA, CharacterData, Cloneable, Node, Serializable

DOMCDATA implements a CDATA Section which supports the W3C DOM API.

Fields inherited from org.dom4j.tree.FlyweightCDATA:
text
Fields inherited from org.dom4j.tree.AbstractNode:
NODE_TYPE_NAMES
Constructor:
 public DOMCDATA(String text) 
 public DOMCDATA(Element parent,
    String text) 
Method from org.dom4j.dom.DOMCDATA Summary:
appendChild,   appendData,   cloneNode,   createCDATA,   deleteData,   getAttributes,   getChildNodes,   getData,   getFirstChild,   getLastChild,   getLength,   getLocalName,   getNamespaceURI,   getNextSibling,   getNodeName,   getNodeValue,   getOwnerDocument,   getParentNode,   getPrefix,   getPreviousSibling,   hasAttributes,   hasChildNodes,   insertBefore,   insertData,   isSupported,   normalize,   removeChild,   replaceChild,   replaceData,   setData,   setNodeValue,   setPrefix,   splitText,   substringData,   supports
Methods from org.dom4j.tree.DefaultCDATA:
getParent,   isReadOnly,   setParent,   setText,   supportsParent
Methods from org.dom4j.tree.FlyweightCDATA:
createXPathResult,   getText
Methods from org.dom4j.tree.AbstractCDATA:
accept,   asXML,   getNodeType,   toString,   write
Methods from org.dom4j.tree.AbstractCharacterData:
appendText,   getPath,   getUniquePath
Methods from org.dom4j.tree.AbstractNode:
asXPathResult,   clone,   createPattern,   createXPath,   createXPathFilter,   createXPathResult,   detach,   getDocument,   getDocumentFactory,   getName,   getNodeType,   getNodeTypeName,   getParent,   getPath,   getStringValue,   getText,   getUniquePath,   hasContent,   isReadOnly,   matches,   numberValueOf,   selectNodes,   selectNodes,   selectNodes,   selectObject,   selectSingleNode,   setDocument,   setName,   setParent,   setText,   supportsParent,   valueOf,   write
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.dom4j.dom.DOMCDATA Detail:
 public Node appendChild(Node newChild) throws DOMException 
 public  void appendData(String arg) throws DOMException 
 public Node cloneNode(boolean deep) 
 protected CDATA createCDATA(String text) 
 public  void deleteData(int offset,
    int count) throws DOMException 
 public NamedNodeMap getAttributes() 
 public NodeList getChildNodes() 
 public String getData() throws DOMException 
 public Node getFirstChild() 
 public Node getLastChild() 
 public int getLength() 
 public String getLocalName() 
 public String getNamespaceURI() 
 public Node getNextSibling() 
 public String getNodeName() 
 public String getNodeValue() throws DOMException 
 public Document getOwnerDocument() 
 public Node getParentNode() 
 public String getPrefix() 
 public Node getPreviousSibling() 
 public boolean hasAttributes() 
 public boolean hasChildNodes() 
 public Node insertBefore(Node newChild,
    Node refChild) throws DOMException 
 public  void insertData(int offset,
    String arg) throws DOMException 
 public boolean isSupported(String feature,
    String version) 
 public  void normalize() 
 public Node removeChild(Node oldChild) throws DOMException 
 public Node replaceChild(Node newChild,
    Node oldChild) throws DOMException 
 public  void replaceData(int offset,
    int count,
    String arg) throws DOMException 
 public  void setData(String data) throws DOMException 
 public  void setNodeValue(String nodeValue) throws DOMException 
 public  void setPrefix(String prefix) throws DOMException 
 public Text splitText(int offset) throws DOMException 
 public String substringData(int offset,
    int count) throws DOMException 
 public boolean supports(String feature,
    String version)