|
||||||||||
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.io | Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. |
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 | |
---|---|
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.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)
|
javax.xml.stream.events.Characters |
STAXEventWriter.createCharacters(CDATA cdata)
Constructs a STAX Characters event from a DOM4J CDATA . |
void |
XMLWriter.write(CDATA cdata)
Writes the given CDATA . |
void |
SAXWriter.write(CDATA cdata)
Generates SAX events for the given CDATA |
void |
STAXEventWriter.writeCDATA(CDATA cdata)
Writes a DOM4J CDATA to the event stream. |
Uses of CDATA in org.dom4j.util |
---|
Methods in org.dom4j.util that return CDATA | |
---|---|
CDATA |
ProxyDocumentFactory.createCDATA(java.lang.String text)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |