Uses of Class
org.jdom2.Text
Packages that use Text
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 Text in org.jdom2
-
Uses of Text in org.jdom2.filter
Methods in org.jdom2.filter that return types with arguments of type Text -
Uses of Text in org.jdom2.input
Methods in org.jdom2.input that return Text -
Uses of Text in org.jdom2.located
Subclasses of Text in org.jdom2.locatedModifier and TypeClassDescriptionclassAn XML CDATA section.classAn XML character sequence.Methods in org.jdom2.located that return Text -
Uses of Text in org.jdom2.output
Methods in org.jdom2.output with parameters of type TextModifier and TypeMethodDescriptionThis converts the JDOMTextparameter to a DOM Text Node, returning the DOM version.This converts the JDOMTextparameter to a DOM Text Node, returning the DOM version.final voidStAXEventOutputter.output(Text text, XMLEventConsumer out) Print out anode.Textfinal voidStAXStreamOutputter.output(Text text, XMLStreamWriter out) Print out anode.Textfinal voidXMLOutputter.output(Text text, OutputStream out) Print out anode.Textfinal voidPrint out anode.Textfinal StringXMLOutputter.outputString(Text text) Return a string representing aTextnode. -
Uses of Text in org.jdom2.output.support
Methods in org.jdom2.output.support with parameters of type TextModifier and TypeMethodDescriptionprotected TextAbstractDOMOutputProcessor.printText(FormatStack fstack, Document basedoc, Text text) This will handle printing of aText.protected voidAbstractSAXOutputProcessor.printText(SAXTarget out, FormatStack fstack, Text text) This will handle printing of aText.protected voidAbstractStAXEventProcessor.printText(XMLEventConsumer out, FormatStack fstack, XMLEventFactory eventfactory, Text text) This will handle printing of aText.protected voidAbstractStAXStreamProcessor.printText(XMLStreamWriter out, FormatStack fstack, Text text) This will handle printing of aText.protected voidAbstractXMLOutputProcessor.printText(Writer out, FormatStack fstack, Text text) This will handle printing of aText.voidvoidAbstractStAXEventProcessor.process(XMLEventConsumer out, Format format, XMLEventFactory eventfactory, Text text) voidAbstractStAXStreamProcessor.process(XMLStreamWriter out, Format format, Text text) voidThis will convert theusing the given DOM Document to create the resulting DOM Text.TextvoidPrint out anode.TextvoidStAXEventProcessor.process(XMLEventConsumer out, Format format, XMLEventFactory eventfactory, Text text) Print out anode.TextvoidStAXStreamProcessor.process(XMLStreamWriter out, Format format, Text text) Print out anode.TextvoidPrint out anode.Text