|
JDOM 1.1.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CDATA | |
---|---|
org.jdom | Classes to represent the components of an XML document. |
org.jdom.output | Classes to output JDOM documents to various destinations. |
Uses of CDATA in org.jdom |
---|
Methods in org.jdom that return CDATA | |
---|---|
CDATA |
UncheckedJDOMFactory.cdata(java.lang.String str)
|
CDATA |
JDOMFactory.cdata(java.lang.String str)
This creates the CDATA with the supplied text. |
CDATA |
DefaultJDOMFactory.cdata(java.lang.String text)
|
Uses of CDATA in org.jdom.output |
---|
Methods in org.jdom.output with parameters of type CDATA | |
---|---|
void |
XMLOutputter.output(CDATA cdata,
java.io.OutputStream out)
Print out a node. |
void |
XMLOutputter.output(CDATA cdata,
java.io.Writer out)
Print out a node. |
java.lang.String |
XMLOutputter.outputString(CDATA cdata)
Return a string representing a CDATA node. |
protected void |
XMLOutputter.printCDATA(java.io.Writer out,
CDATA cdata)
This will handle printing of text. |
|
JDOM 1.1.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |