|
||||||||||
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 that return CDATA | |
---|---|
CDATA |
CDATA.detach()
Detaches the CDATA from its parent, or does nothing
if the CDATA has no parent. |
protected CDATA |
CDATA.setParent(Element parent)
This will set the parent of the CDATA node to the
supplied . |
CDATA |
CDATA.setText(java.lang.String str)
This will set the value of this CDATA node. |
Methods in org.jdom with parameters of type CDATA | |
---|---|
Element |
Element.addContent(CDATA cdata)
This adds a CDATA section as content to this element. |
void |
CDATA.append(CDATA cdata)
This will append the content of another CDATA node
to this node. |
boolean |
Element.removeContent(CDATA cdata)
This removes the specified CDATA . |
Constructors in org.jdom with parameters of type CDATA | |
---|---|
IllegalAddException(Element base,
CDATA added,
java.lang.String reason)
This will create an Exception indicating
that the addition of the
|
Uses of CDATA in org.jdom.input |
---|
Methods in org.jdom.input that return CDATA | |
---|---|
CDATA |
DefaultJDOMFactory.cdata(java.lang.String text)
|
CDATA |
JDOMFactory.cdata(java.lang.String str)
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,
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(CDATA cdata,
java.io.Writer out)
This will handle printing of text. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |