Uses of Class
org.jdom2.CDATA
Packages that use CDATA
Package
Description
Classes representing the components of an XML document.
Classes to both filter and generically type-cast nodes of a document
based on type, name, value, or other aspects, and to boolean
AND/OR/NEGATE these rules.
Classes to build JDOM documents from various sources.
Extended JDOM Content Classes that contain location coordinates.
Classes to output JDOM documents to various destinations.
Classes used to implement output functionality that are not part of the
actual Output API, but rather part of the implementation.
-
Uses of CDATA in org.jdom2
-
Uses of CDATA in org.jdom2.filter
Methods in org.jdom2.filter that return types with arguments of type CDATA -
Uses of CDATA in org.jdom2.input
Methods in org.jdom2.input that return CDATAModifier and TypeMethodDescriptionDOMBuilder.build
(CDATASection cdata) This will build a JDOM CDATA from an existing DOM CDATASection -
Uses of CDATA in org.jdom2.located
Subclasses of CDATA in org.jdom2.locatedMethods in org.jdom2.located that return CDATA -
Uses of CDATA in org.jdom2.output
Methods in org.jdom2.output with parameters of type CDATAModifier and TypeMethodDescriptionThis converts the JDOMCDATA
parameter to a DOM CDATASection Node, returning the DOM version.This converts the JDOMCDATA
parameter to a DOM CDATASection Node, returning the DOM version.final void
StAXEventOutputter.output
(CDATA cdata, XMLEventConsumer out) Print out a
node.CDATA
final void
StAXStreamOutputter.output
(CDATA cdata, XMLStreamWriter out) Print out a
node.CDATA
final void
XMLOutputter.output
(CDATA cdata, OutputStream out) Print out a
node.CDATA
final void
Print out a
node.CDATA
final String
XMLOutputter.outputString
(CDATA cdata) Return a string representing aCDATA
node. -
Uses of CDATA in org.jdom2.output.support
Methods in org.jdom2.output.support with parameters of type CDATAModifier and TypeMethodDescriptionprotected CDATASection
AbstractDOMOutputProcessor.printCDATA
(FormatStack fstack, Document basedoc, CDATA cdata) This will handle printing of aCDATA
.protected void
AbstractSAXOutputProcessor.printCDATA
(SAXTarget out, FormatStack fstack, CDATA cdata) This will handle printing of aCDATA
.protected void
AbstractStAXEventProcessor.printCDATA
(XMLEventConsumer out, FormatStack fstack, XMLEventFactory eventfactory, CDATA cdata) This will handle printing of aCDATA
.protected void
AbstractStAXStreamProcessor.printCDATA
(XMLStreamWriter out, FormatStack fstack, CDATA cdata) This will handle printing of aCDATA
.protected void
AbstractXMLOutputProcessor.printCDATA
(Writer out, FormatStack fstack, CDATA cdata) This will handle printing of aCDATA
.void
void
AbstractStAXEventProcessor.process
(XMLEventConsumer out, Format format, XMLEventFactory eventfactory, CDATA cdata) void
AbstractStAXStreamProcessor.process
(XMLStreamWriter out, Format format, CDATA cdata) void
This will convert the
using the given DOM Document to create the resulting DOM CDATASection.CDATA
void
Print out a
node.CDATA
void
StAXEventProcessor.process
(XMLEventConsumer out, Format format, XMLEventFactory eventfactpry, CDATA cdata) Print out a
node.CDATA
void
StAXStreamProcessor.process
(XMLStreamWriter out, Format format, CDATA cdata) Print out a
node.CDATA
void
Print out a
node.CDATA