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 JDOMCDATAparameter to a DOM CDATASection Node, returning the DOM version.This converts the JDOMCDATAparameter to a DOM CDATASection Node, returning the DOM version.final voidStAXEventOutputter.output(CDATA cdata, XMLEventConsumer out) Print out anode.CDATAfinal voidStAXStreamOutputter.output(CDATA cdata, XMLStreamWriter out) Print out anode.CDATAfinal voidXMLOutputter.output(CDATA cdata, OutputStream out) Print out anode.CDATAfinal voidPrint out anode.CDATAfinal StringXMLOutputter.outputString(CDATA cdata) Return a string representing aCDATAnode. -
Uses of CDATA in org.jdom2.output.support
Methods in org.jdom2.output.support with parameters of type CDATAModifier and TypeMethodDescriptionprotected CDATASectionAbstractDOMOutputProcessor.printCDATA(FormatStack fstack, Document basedoc, CDATA cdata) This will handle printing of aCDATA.protected voidAbstractSAXOutputProcessor.printCDATA(SAXTarget out, FormatStack fstack, CDATA cdata) This will handle printing of aCDATA.protected voidAbstractStAXEventProcessor.printCDATA(XMLEventConsumer out, FormatStack fstack, XMLEventFactory eventfactory, CDATA cdata) This will handle printing of aCDATA.protected voidAbstractStAXStreamProcessor.printCDATA(XMLStreamWriter out, FormatStack fstack, CDATA cdata) This will handle printing of aCDATA.protected voidAbstractXMLOutputProcessor.printCDATA(Writer out, FormatStack fstack, CDATA cdata) This will handle printing of aCDATA.voidvoidAbstractStAXEventProcessor.process(XMLEventConsumer out, Format format, XMLEventFactory eventfactory, CDATA cdata) voidAbstractStAXStreamProcessor.process(XMLStreamWriter out, Format format, CDATA cdata) voidThis will convert theusing the given DOM Document to create the resulting DOM CDATASection.CDATAvoidPrint out anode.CDATAvoidStAXEventProcessor.process(XMLEventConsumer out, Format format, XMLEventFactory eventfactpry, CDATA cdata) Print out anode.CDATAvoidStAXStreamProcessor.process(XMLStreamWriter out, Format format, CDATA cdata) Print out anode.CDATAvoidPrint out anode.CDATA