- target - Variable in class org.jdom2.ProcessingInstruction
-
The target of the PI
- text - Variable in class org.jdom2.Comment
-
Text of the Comment
- text(String) - Method in class org.jdom2.DefaultJDOMFactory
-
- text(int, int, String) - Method in class org.jdom2.DefaultJDOMFactory
-
- TEXT - Static variable in class org.jdom2.filter.ContentFilter
-
Mask for JDOM
Text
objects
- text() - Static method in class org.jdom2.filter.Filters
-
Return a Filter that matches any
Text
data (which includes
CDATA
since that is a subclass of Text).
- text(int, int, String) - Method in interface org.jdom2.JDOMFactory
-
This creates the Text with the supplied text.
- text(String) - Method in interface org.jdom2.JDOMFactory
-
This creates the Text with the supplied text.
- text(int, int, String) - Method in class org.jdom2.located.LocatedJDOMFactory
-
- text() - Method in class org.jdom2.output.support.AbstractFormattedWalker
-
- text() - Method in interface org.jdom2.output.support.Walker
-
If the previous call to next() returned null, then this will return the
required text to be processed.
- text() - Method in class org.jdom2.output.support.WalkerPRESERVE
-
- text(int, int, String) - Method in class org.jdom2.SlimJDOMFactory
-
- Text - Class in org.jdom2
-
An XML character sequence.
- Text(Content.CType) - Constructor for class org.jdom2.Text
-
CData type extends Text, and it needs to be able to change the Content
type of this Content.
- Text() - Constructor for class org.jdom2.Text
-
This is the protected, no-args constructor standard in all JDOM
classes.
- Text(String) - Constructor for class org.jdom2.Text
-
This constructor creates a new Text
node, with the
supplied string value as its character content.
- text(int, int, String) - Method in class org.jdom2.UncheckedJDOMFactory
-
- textCDATA(Writer, String) - Method in class org.jdom2.output.support.AbstractXMLOutputProcessor
-
Write a
CDATA
to the destination
- textEntityRef(Writer, String) - Method in class org.jdom2.output.support.AbstractXMLOutputProcessor
-
- textOnly() - Static method in class org.jdom2.filter.Filters
-
Return a Filter that matches any
Text
data (excludes
CDATA
instances).
- textRaw(Writer, String) - Method in class org.jdom2.output.support.AbstractXMLOutputProcessor
-
- textRaw(Writer, char) - Method in class org.jdom2.output.support.AbstractXMLOutputProcessor
-
- toString() - Method in class org.jdom2.Attribute
-
This returns a String
representation of the
Attribute
, suitable for debugging.
- toString() - Method in class org.jdom2.CDATA
-
This returns a String
representation of the
CDATA
node, suitable for debugging.
- toString() - Method in class org.jdom2.Comment
-
This returns a String
representation of the
Comment
, suitable for debugging.
- toString() - Method in class org.jdom2.DocType
-
This returns a String
representation of the
DocType
, suitable for debugging.
- toString() - Method in class org.jdom2.Document
-
This returns a String
representation of the
Document
, suitable for debugging.
- toString() - Method in class org.jdom2.Element
-
This returns a String
representation of the
Element
, suitable for debugging.
- toString() - Method in class org.jdom2.EntityRef
-
This returns a String
representation of the
EntityRef
, suitable for debugging.
- toString() - Method in class org.jdom2.filter.ElementFilter
-
- toString() - Method in class org.jdom2.Namespace
-
This returns a String
representation of this
Namespace
, suitable for use in debugging.
- toString() - Method in class org.jdom2.output.StAXEventOutputter
-
Return a string listing of the settings for this StAXStreamOutputter instance.
- toString() - Method in class org.jdom2.output.StAXStreamOutputter
-
Return a string listing of the settings for this StAXStreamOutputter instance.
- toString() - Method in class org.jdom2.output.StAXStreamReader
-
Return a string listing of the settings for this XMLOutputter instance.
- toString() - Method in class org.jdom2.output.XMLOutputter
-
Return a string listing of the settings for this XMLOutputter instance.
- toString() - Method in class org.jdom2.ProcessingInstruction
-
This returns a String
representation of the
ProcessingInstruction
, suitable for debugging.
- toString() - Method in class org.jdom2.Text
-
This returns a String
representation of the
Text
node, suitable for debugging.
- toString() - Method in class org.jdom2.xpath.jaxen.JDOMXPath
-
Deprecated.
- toString() - Method in class org.jdom2.xpath.util.AbstractXPathCompiled
-
- toString() - Method in class org.jdom2.xpath.util.XPathDiagnosticImpl
-
- transform(List<Content>) - Method in class org.jdom2.transform.XSLTransformer
-
Transforms the given input nodes to a list of output nodes.
- transform(Document) - Method in class org.jdom2.transform.XSLTransformer
-
Transforms the given document to an output document.
- transform(Document, EntityResolver) - Method in class org.jdom2.transform.XSLTransformer
-
Transforms the given document to an output document.
- trimBoth(String) - Static method in class org.jdom2.output.Format
-
Use the XML Specification definition of whitespace to trim the
input value.
- trimLeft(String) - Static method in class org.jdom2.output.Format
-
Use the XML Specification definition of whitespace to Left-trim the
input value.
- trimRight(String) - Static method in class org.jdom2.output.Format
-
Use the XML Specification definition of whitespace to Right-trim the
input value.
- type - Variable in class org.jdom2.Attribute
-
The type of the Attribute