Uses of Interface
org.dom4j.CDATA

Packages that use CDATA
org.dom4j   
org.dom4j.dom   
org.dom4j.io   
org.dom4j.tree   
org.dom4j.util   
 

Uses of CDATA in org.dom4j
 

Methods in org.dom4j that return CDATA
 CDATA DocumentFactory.createCDATA(java.lang.String text)
           
static CDATA DocumentHelper.createCDATA(java.lang.String text)
           
 

Methods in org.dom4j with parameters of type CDATA
 void Element.add(CDATA cdata)
          Adds the given CDATA to this element.
 boolean Element.remove(CDATA cdata)
          Removes the given CDATA if the node is an immediate child of this element.
 void Visitor.visit(CDATA node)
          Visits the given CDATA
 void VisitorSupport.visit(CDATA node)
           
 

Uses of CDATA in org.dom4j.dom
 

Classes in org.dom4j.dom that implement CDATA
 class DOMCDATA
          DOMCDATA implements a CDATA Section which supports the W3C DOM API.
 

Methods in org.dom4j.dom that return CDATA
protected  CDATA DOMCDATA.createCDATA(java.lang.String text)
           
 CDATA DOMDocumentFactory.createCDATA(java.lang.String text)
           
 

Uses of CDATA in org.dom4j.io
 

Methods in org.dom4j.io with parameters of type CDATA
protected  void DOMWriter.appendDOMTree(org.w3c.dom.Document domDocument, org.w3c.dom.Node domCurrent, CDATA cdata)
           
 void XMLWriter.write(CDATA cdata)
          Writes the given CDATA.
 void SAXWriter.write(CDATA cdata)
          Generates SAX events for the given CDATA
 

Uses of CDATA in org.dom4j.tree
 

Classes in org.dom4j.tree that implement CDATA
 class AbstractCDATA
          AbstractCDATA is an abstract base class for tree implementors to use for implementation inheritence.
 class DefaultCDATA
          DefaultCDATA is the default CDATA implementation.
 class FlyweightCDATA
          FlyweightCDATA is a Flyweight pattern implementation of a singly linked, read-only XML CDATA.
 

Methods in org.dom4j.tree with parameters of type CDATA
 void AbstractElement.add(CDATA cdata)
           
 boolean AbstractElement.remove(CDATA cdata)
           
 

Uses of CDATA in org.dom4j.util
 

Methods in org.dom4j.util that return CDATA
 CDATA ProxyDocumentFactory.createCDATA(java.lang.String text)
           
 



Copyright © 2001 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo