A B C D E F G H I J M N O P R S T V W X

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 - Variable in class org.jdom.CDATA
Text of the CDATA
Text - class org.jdom.Text.
Text represents character-based content within an XML document represented by JDOM.
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 value as it's character content.
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.
toString() - Method in class org.jdom.Comment
This returns a String representation of the Comment, 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.CDATA
This returns a String representation of the CDATA, 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.Document
This returns a String representation of the Document, suitable for debugging.
toString() - Method in class org.jdom.Attribute
This returns a String representation of the Attribute, 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.Element
This returns a String representation of the Element, suitable for debugging.

A B C D E F G H I J M N O P R S T V W X
Copyright © 2001 Jason Hunter, Brett McLaughlin. All Rights Reserved.