- target - Variable in class org.jdom.ProcessingInstruction
-
The target of the PI
- text - Variable in class org.jdom.Comment
-
Text of the Comment
- text(String) - Method in class org.jdom.DefaultJDOMFactory
-
- TEXT - Static variable in class org.jdom.filter.ContentFilter
-
Mask for JDOM
Text
objects
- text(String) - Method in interface org.jdom.JDOMFactory
-
This creates the Text with the supplied text.
- Text - Class in org.jdom
-
Character-based XML content.
- Text() - Constructor for class org.jdom.Text
-
This is the protected, no-args constructor standard in all JDOM
classes.
- Text(String) - Constructor for class org.jdom.Text
-
This constructor creates a new Text
node, with the
supplied string value as it's character content.
- text(String) - Method in class org.jdom.UncheckedJDOMFactory
-
- toString() - Method in class org.jdom.Attribute
-
This returns a String
representation of the
Attribute
, suitable for debugging.
- toString() - Method in class org.jdom.CDATA
-
This returns a String
representation of the
CDATA
node, suitable for debugging.
- toString() - Method in class org.jdom.Comment
-
This returns a String
representation of the
Comment
, suitable for debugging.
- toString() - Method in class org.jdom.DocType
-
This returns a String
representation of the
DocType
, suitable for debugging.
- toString() - Method in class org.jdom.Document
-
This returns a String
representation of the
Document
, suitable for debugging.
- toString() - Method in class org.jdom.Element
-
This returns a String
representation of the
Element
, suitable for debugging.
- toString() - Method in class org.jdom.EntityRef
-
This returns a String
representation of the
EntityRef
, suitable for debugging.
- toString() - Method in class org.jdom.Namespace
-
This returns a String
representation of this
Namespace
, suitable for use in debugging.
- toString() - Method in class org.jdom.output.Format.TextMode
-
- toString() - Method in class org.jdom.output.XMLOutputter
-
Return a string listing of the settings for this
XMLOutputter instance.
- toString() - Method in class org.jdom.ProcessingInstruction
-
This returns a String
representation of the
ProcessingInstruction
, suitable for debugging.
- toString() - Method in class org.jdom.Text
-
This returns a String
representation of the
Text
node, suitable for debugging.
- transform(List) - Method in class org.jdom.transform.XSLTransformer
-
Transforms the given input nodes to a list of output nodes.
- transform(Document) - Method in class org.jdom.transform.XSLTransformer
-
Transforms the given document to an output document.
- transform(Document, EntityResolver) - Method in class org.jdom.transform.XSLTransformer
-
Transforms the given document to an output document.
- TRIM - Static variable in class org.jdom.output.Format.TextMode
-
Mode for text trimming (left and right trim).
- TRIM_FULL_WHITE - Static variable in class org.jdom.output.Format.TextMode
-
Mode for text trimming of content consisting of nothing but
whitespace but otherwise not changing output.
- type - Variable in class org.jdom.Attribute
-
The type of the Attribute