| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CDATA | |
| org.dom4j | Defines the XML Document Object Model in Java interfaces together with some helper classes. | 
| org.dom4j.dom | An implementation of the dom4j API which also supports the W3C object model. | 
| org.dom4j.io | Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. | 
| org.dom4j.tree | Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model. | 
| org.dom4j.util | A collection of utility classes for the dom4j API. | 
| Uses of CDATA in org.dom4j | 
| Methods in org.dom4j that return CDATA | |
| static CDATA | DocumentHelper.createCDATA(String text) | 
|  CDATA | DocumentFactory.createCDATA(String text) | 
| Methods in org.dom4j with parameters of type CDATA | |
|  void | VisitorSupport.visit(CDATA node) | 
|  void | Visitor.visit(CDATA node)Visits the given CDATA | 
|  void | Element.add(CDATA cdata)Adds the given CDATAto this element. | 
|  boolean | Element.remove(CDATA cdata)Removes the given CDATAif the node is an immediate child
 of this element. | 
| Uses of CDATA in org.dom4j.dom | 
| Classes in org.dom4j.dom that implement CDATA | |
|  class | DOMCDATADOMCDATAimplements a CDATA Section which supports the W3C DOM
 API. | 
| Methods in org.dom4j.dom that return CDATA | |
|  CDATA | DOMDocumentFactory.createCDATA(String text) | 
| protected  CDATA | DOMCDATA.createCDATA(String text) | 
| Uses of CDATA in org.dom4j.io | 
| Methods in org.dom4j.io with parameters of type CDATA | |
|  void | XMLWriter.write(CDATA cdata)Writes the given CDATA. | 
|  void | STAXEventWriter.writeCDATA(CDATA cdata)Writes a DOM4J CDATAto the event stream. | 
|  javax.xml.stream.events.Characters | STAXEventWriter.createCharacters(CDATA cdata)Constructs a STAX Charactersevent from a DOM4JCDATA. | 
|  void | SAXWriter.write(CDATA cdata)Generates SAX events for the given CDATA | 
| protected  void | DOMWriter.appendDOMTree(Document domDocument,
              Node domCurrent,
              CDATA cdata) | 
| Uses of CDATA in org.dom4j.tree | 
| Classes in org.dom4j.tree that implement CDATA | |
|  class | AbstractCDATAAbstractCDATAis an abstract base class for tree implementors
 to use for implementation inheritence. | 
|  class | DefaultCDATADefaultCDATAis the default CDATA implementation. | 
|  class | FlyweightCDATAFlyweightCDATAis 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(String text) | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||