Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- Text - Class in nu.xom
-
This class represents a run of text.
- Text(String) - Constructor for class nu.xom.Text
-
This constructor creates a new
Text
object. - Text(Text) - Constructor for class nu.xom.Text
-
Creates a copy of the specified
Text
object. - toDocument(Nodes) - Static method in class nu.xom.xslt.XSLTransform
-
Builds a
Document
object from aNodes
object. - toString() - Method in class nu.xom.Attribute
-
Returns a string representation of the attribute suitable for debugging and diagnosis.
- toString() - Method in class nu.xom.Attribute.Type
-
Returns a string representation of the type suitable for debugging and diagnosis.
- toString() - Method in class nu.xom.Comment
-
Returns a string form of the comment suitable for debugging and diagnosis.
- toString() - Method in class nu.xom.DocType
-
Returns a string form of the
DocType
suitable for debugging and diagnosis. - toString() - Method in class nu.xom.Document
-
Returns a string representation of this document suitable for debugging and diagnosis.
- toString() - Method in class nu.xom.Element
-
Returns a string representation of this element suitable for debugging and diagnosis.
- toString() - Method in class nu.xom.Namespace
-
Returns a string form of the
Namespace
suitable for debugging and diagnosis. - toString() - Method in exception class nu.xom.ParsingException
-
Returns a string suitable for display to the developer summarizing what went wrong where.
- toString() - Method in class nu.xom.ProcessingInstruction
-
Returns a
String
representation of this processing instruction suitable for debugging and diagnosis. - toString() - Method in class nu.xom.Text
-
Returns a
String
representation of thisText
suitable for debugging and diagnosis. - toString() - Method in class nu.xom.xslt.XSLTransform
-
Returns a string form of this
XSLTransform
, suitable for debugging. - toXML() - Method in class nu.xom.Attribute
-
Returns a string representation of the attribute that is a well-formed XML attribute.
- toXML() - Method in class nu.xom.Comment
-
Returns a
String
containing the actual XML form of the comment; for example,<--This is a comment-->
. - toXML() - Method in class nu.xom.DocType
-
Returns a string containing the actual XML form of the document type declaration represented by this object.
- toXML() - Method in class nu.xom.Document
-
Returns the actual complete, well-formed XML document as a
String
. - toXML() - Method in class nu.xom.Element
-
Returns a string containing the XML serialization of this element.
- toXML() - Method in class nu.xom.Namespace
-
Returns a string containing the actual XML form of the namespace declaration represented by this object.
- toXML() - Method in class nu.xom.Node
-
Returns the actual XML form of this node, such as might be copied and pasted from the original document.
- toXML() - Method in class nu.xom.ProcessingInstruction
-
Returns the actual XML form of this processing instruction, such as might be copied and pasted from the original document.
- toXML() - Method in class nu.xom.Text
-
Returns a string containing the XML serialization of this text node.
- transform(Document) - Method in class nu.xom.xslt.XSLTransform
-
Creates a new
Nodes
from the inputDocument
by applying this object's stylesheet. - transform(Nodes) - Method in class nu.xom.xslt.XSLTransform
-
Creates a new
Nodes
object from the inputNodes
object by applying this object's stylesheet.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form