Uses of Class
org.jdom2.CDATA
-
Packages that use CDATA Package Description org.jdom2 Classes representing the components of an XML document.org.jdom2.filter 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.org.jdom2.input Classes to build JDOM documents from various sources.org.jdom2.located Extended JDOM Content Classes that contain location coordinates.org.jdom2.output Classes to output JDOM documents to various destinations.org.jdom2.output.support 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
Methods in org.jdom2 that return CDATA Modifier and Type Method Description CDATADefaultJDOMFactory. cdata(int line, int col, java.lang.String text)CDATADefaultJDOMFactory. cdata(java.lang.String str)CDATAJDOMFactory. cdata(int line, int col, java.lang.String str)This creates the CDATA with the supplied text.CDATAJDOMFactory. cdata(java.lang.String str)This creates the CDATA with the supplied text.CDATASlimJDOMFactory. cdata(int line, int col, java.lang.String str)CDATAUncheckedJDOMFactory. cdata(int line, int col, java.lang.String str)CDATACDATA. clone()CDATACDATA. detach()protected CDATACDATA. setParent(Parent parent)CDATACDATA. setText(java.lang.String str)This will set the value of thisCDATAnode. -
Uses of CDATA in org.jdom2.filter
Methods in org.jdom2.filter that return types with arguments of type CDATA Modifier and Type Method Description static Filter<CDATA>Filters. cdata()Return a Filter that matches anyCDATAdata. -
Uses of CDATA in org.jdom2.input
Methods in org.jdom2.input that return CDATA Modifier and Type Method Description CDATADOMBuilder. build(org.w3c.dom.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.located Modifier and Type Class Description classLocatedCDATAAn XML CDATA section.Methods in org.jdom2.located that return CDATA Modifier and Type Method Description CDATALocatedJDOMFactory. cdata(int line, int col, java.lang.String text) -
Uses of CDATA in org.jdom2.output
Methods in org.jdom2.output with parameters of type CDATA Modifier and Type Method Description org.w3c.dom.CDATASectionDOMOutputter. output(CDATA cdata)This converts the JDOMCDATAparameter to a DOM CDATASection Node, returning the DOM version.org.w3c.dom.CDATASectionDOMOutputter. output(org.w3c.dom.Document basedoc, CDATA cdata)This converts the JDOMCDATAparameter to a DOM CDATASection Node, returning the DOM version.voidStAXEventOutputter. output(CDATA cdata, javax.xml.stream.util.XMLEventConsumer out)Print out anode.CDATAvoidStAXStreamOutputter. output(CDATA cdata, javax.xml.stream.XMLStreamWriter out)Print out anode.CDATAvoidXMLOutputter. output(CDATA cdata, java.io.OutputStream out)Print out anode.CDATAvoidXMLOutputter. output(CDATA cdata, java.io.Writer out)Print out anode.CDATAjava.lang.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 CDATA Modifier and Type Method Description protected org.w3c.dom.CDATASectionAbstractDOMOutputProcessor. printCDATA(FormatStack fstack, org.w3c.dom.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(javax.xml.stream.util.XMLEventConsumer out, FormatStack fstack, javax.xml.stream.XMLEventFactory eventfactory, CDATA cdata)This will handle printing of aCDATA.protected voidAbstractStAXStreamProcessor. printCDATA(javax.xml.stream.XMLStreamWriter out, FormatStack fstack, CDATA cdata)This will handle printing of aCDATA.protected voidAbstractXMLOutputProcessor. printCDATA(java.io.Writer out, FormatStack fstack, CDATA cdata)This will handle printing of aCDATA.org.w3c.dom.CDATASectionAbstractDOMOutputProcessor. process(org.w3c.dom.Document basedoc, Format format, CDATA cdata)voidAbstractSAXOutputProcessor. process(SAXTarget out, Format format, CDATA cdata)voidAbstractStAXEventProcessor. process(javax.xml.stream.util.XMLEventConsumer out, Format format, javax.xml.stream.XMLEventFactory eventfactory, CDATA cdata)voidAbstractStAXStreamProcessor. process(javax.xml.stream.XMLStreamWriter out, Format format, CDATA cdata)voidAbstractXMLOutputProcessor. process(java.io.Writer out, Format format, CDATA cdata)org.w3c.dom.CDATASectionDOMOutputProcessor. process(org.w3c.dom.Document basedoc, Format format, CDATA cdata)This will convert theusing the given DOM Document to create the resulting DOM CDATASection.CDATAvoidSAXOutputProcessor. process(SAXTarget out, Format format, CDATA cdata)Print out anode.CDATAvoidStAXEventProcessor. process(javax.xml.stream.util.XMLEventConsumer out, Format format, javax.xml.stream.XMLEventFactory eventfactpry, CDATA cdata)Print out anode.CDATAvoidStAXStreamProcessor. process(javax.xml.stream.XMLStreamWriter out, Format format, CDATA cdata)Print out anode.CDATAvoidXMLOutputProcessor. process(java.io.Writer out, Format format, CDATA cdata)Print out anode.CDATA
-