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 TypeClassDescriptionclass
An XML CDATA section.class
An 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 JDOMText
parameter to a DOM Text Node, returning the DOM version.This converts the JDOMText
parameter to a DOM Text Node, returning the DOM version.final void
StAXEventOutputter.output
(Text text, XMLEventConsumer out) Print out a
node.Text
final void
StAXStreamOutputter.output
(Text text, XMLStreamWriter out) Print out a
node.Text
final void
XMLOutputter.output
(Text text, OutputStream out) Print out a
node.Text
final void
Print out a
node.Text
final String
XMLOutputter.outputString
(Text text) Return a string representing aText
node. -
Uses of Text in org.jdom2.output.support
Methods in org.jdom2.output.support with parameters of type TextModifier and TypeMethodDescriptionprotected Text
AbstractDOMOutputProcessor.printText
(FormatStack fstack, Document basedoc, Text text) This will handle printing of aText
.protected void
AbstractSAXOutputProcessor.printText
(SAXTarget out, FormatStack fstack, Text text) This will handle printing of aText
.protected void
AbstractStAXEventProcessor.printText
(XMLEventConsumer out, FormatStack fstack, XMLEventFactory eventfactory, Text text) This will handle printing of aText
.protected void
AbstractStAXStreamProcessor.printText
(XMLStreamWriter out, FormatStack fstack, Text text) This will handle printing of aText
.protected void
AbstractXMLOutputProcessor.printText
(Writer out, FormatStack fstack, Text text) This will handle printing of aText
.void
void
AbstractStAXEventProcessor.process
(XMLEventConsumer out, Format format, XMLEventFactory eventfactory, Text text) void
AbstractStAXStreamProcessor.process
(XMLStreamWriter out, Format format, Text text) void
This will convert the
using the given DOM Document to create the resulting DOM Text.Text
void
Print out a
node.Text
void
StAXEventProcessor.process
(XMLEventConsumer out, Format format, XMLEventFactory eventfactory, Text text) Print out a
node.Text
void
StAXStreamProcessor.process
(XMLStreamWriter out, Format format, Text text) Print out a
node.Text
void
Print out a
node.Text