Uses of Interface
org.dom4j.CDATA
Packages that use CDATA
Package
Description
Defines the XML Document Object Model in Java interfaces together with some helper classes.
An implementation of the dom4j API which also supports the W3C object model.
Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.
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.
A collection of utility classes for the dom4j API.
-
Uses of CDATA in org.dom4j
Modifier and TypeMethodDescriptionDocumentFactory.createCDATA
(String text) static CDATA
DocumentHelper.createCDATA
(String text) Modifier and TypeMethodDescriptionvoid
Adds the givenCDATA
to this element.boolean
Removes the givenCDATA
if the node is an immediate child of this element.void
Visits the givenCDATA
void
-
Uses of CDATA in org.dom4j.dom
Classes in org.dom4j.dom that implement CDATAModifier and TypeClassDescriptionclass
DOMCDATA
implements a CDATA Section which supports the W3C DOM API.Methods in org.dom4j.dom that return CDATAModifier and TypeMethodDescriptionprotected CDATA
DOMCDATA.createCDATA
(String text) DOMDocumentFactory.createCDATA
(String text) -
Uses of CDATA in org.dom4j.io
Methods in org.dom4j.io with parameters of type CDATAModifier and TypeMethodDescriptionprotected void
DOMWriter.appendDOMTree
(Document domDocument, Node domCurrent, CDATA cdata) STAXEventWriter.createCharacters
(CDATA cdata) Constructs a STAXCharacters
event from a DOM4JCDATA
.void
Generates SAX events for the given CDATAvoid
Writes the givenCDATA
.void
STAXEventWriter.writeCDATA
(CDATA cdata) Writes a DOM4JCDATA
to the event stream. -
Uses of CDATA in org.dom4j.tree
Classes in org.dom4j.tree that implement CDATAModifier and TypeClassDescriptionclass
AbstractCDATA
is an abstract base class for tree implementors to use for implementation inheritence.class
DefaultCDATA
is the default CDATA implementation.class
FlyweightCDATA
is a Flyweight pattern implementation of a singly linked, read-only XML CDATA.Methods in org.dom4j.tree with parameters of type CDATA -
Uses of CDATA in org.dom4j.util
Methods in org.dom4j.util that return CDATA