Uses of Class org.jdom.CDATA

Uses in package org.jdom

Constructors with parameter type org.jdom.CDATA

IllegalAddException.IllegalAddException(Element base, CDATA added, String reason)
This will create an Exception indicating that the addition of the CDATA

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 Element.
CDATA
CDATA.setText(String str)
This will set the value of this CDATA node.

Uses in package org.jdom.input

Methods with return type org.jdom.CDATA

CDATA
This creates the CDATA with the supplied text.
CDATA
JDOMFactory.cdata(String str)
This creates the CDATA with the supplied text.

Uses in package org.jdom.output

Methods with parameter type org.jdom.CDATA

void
XMLOutputter.output(CDATA cdata, OutputStream out)
Print out a CDATA node.
void
XMLOutputter.output(CDATA cdata, Writer out)
Print out a CDATA node.
String
Return a string representing a CDATA node.
void
XMLOutputter.printCDATA(CDATA cdata, Writer out)
This will handle printing of CDATA text.

Copyright B) 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.