Frames | No Frames |
Constructors with parameter type org.jdom.CDATA | |
This will create an Exception indicating
that the addition of the
|
Methods with parameter type org.jdom.CDATA | |
Element |
This adds a CDATA section as content to this element. |
void | This will append the content of another CDATA node
to this node. |
boolean |
This removes the specified CDATA . |
Methods with return type org.jdom.CDATA | |
CDATA |
Detaches the CDATA from its parent, or does nothing
if the CDATA has no parent. |
CDATA | This will set the parent of the CDATA node to the
supplied . |
CDATA | This will set the value of this CDATA node. |
Methods with return type org.jdom.CDATA | |
CDATA | DefaultJDOMFactory.cdata(String text)
This creates the CDATA with the supplied
text. |
CDATA | JDOMFactory.cdata(String str)
This creates the CDATA with the supplied
text. |
Methods with parameter type org.jdom.CDATA | |
void |
Print out a node. |
void |
Print out a node. |
String |
Return a string representing a CDATA node. |
void |
This will handle printing of text. |