|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CDATA | |
org.jdom | |
org.jdom.input | |
org.jdom.output |
Uses of CDATA in org.jdom |
Methods in org.jdom with parameters of type CDATA | |
Element |
Element.addContent(CDATA cdata)
This adds a CDATA section as content to this element. |
boolean |
Element.removeContent(CDATA cdata)
This removes the specified CDATA . |
Uses of CDATA in org.jdom.input |
Methods in org.jdom.input that return CDATA | |
CDATA |
DefaultJDOMFactory.cdata(String text)
|
CDATA |
JDOMFactory.cdata(String text)
This creates the CDATA with the supplied text. |
Uses of CDATA in org.jdom.output |
Methods in org.jdom.output with parameters of type CDATA | |
void |
XMLOutputter.output(CDATA cdata,
Writer out)
Print out a
|
void |
XMLOutputter.output(CDATA cdata,
OutputStream out)
Print out a
|
String |
XMLOutputter.outputString(CDATA cdata)
Return a string representing a CDATA section. |
protected void |
XMLOutputter.printCDATA(CDATA cdata,
Writer out)
This will handle printing out an ,
and its value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |