Package | Description |
---|---|
org.jdom |
Classes to represent the components of an XML document.
|
org.jdom.output |
Classes to output JDOM documents to various destinations.
|
Modifier and Type | Method and Description |
---|---|
CDATA |
UncheckedJDOMFactory.cdata(String str) |
CDATA |
JDOMFactory.cdata(String str)
This creates the CDATA with the supplied text.
|
CDATA |
DefaultJDOMFactory.cdata(String text) |
Modifier and Type | Method and Description |
---|---|
void |
XMLOutputter.output(CDATA cdata,
OutputStream out)
Print out a
node. |
void |
XMLOutputter.output(CDATA cdata,
Writer out)
Print out a
node. |
String |
XMLOutputter.outputString(CDATA cdata)
Return a string representing a CDATA node.
|
protected void |
XMLOutputter.printCDATA(Writer out,
CDATA cdata)
This will handle printing of
text. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.