A B C D E F G H I J M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
T
- 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(String) - Method in interface org.jdom.JDOMFactory
-
This creates the Text with the supplied text.
- text(String) - Method in class org.jdom.UncheckedJDOMFactory
- 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 - Static variable in class org.jdom.filter.ContentFilter
-
Mask for JDOM
Text
objects - toString() - Method in class org.jdom.Attribute
-
This returns a
String
representation of theAttribute
, suitable for debugging. - toString() - Method in class org.jdom.CDATA
-
This returns a
String
representation of theCDATA
node, suitable for debugging. - toString() - Method in class org.jdom.Comment
-
This returns a
String
representation of theComment
, suitable for debugging. - toString() - Method in class org.jdom.DocType
-
This returns a
String
representation of theDocType
, suitable for debugging. - toString() - Method in class org.jdom.Document
-
This returns a
String
representation of theDocument
, suitable for debugging. - toString() - Method in class org.jdom.Element
-
This returns a
String
representation of theElement
, suitable for debugging. - toString() - Method in class org.jdom.EntityRef
-
This returns a
String
representation of theEntityRef
, suitable for debugging. - toString() - Method in class org.jdom.Namespace
-
This returns a
String
representation of thisNamespace
, 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 theProcessingInstruction
, suitable for debugging. - toString() - Method in class org.jdom.Text
-
This returns a
String
representation of theText
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
All Classes All Packages