This class represents a run of text.
Creates a copy of the specified Text
object.
This constructor creates a new Text
object.
Builds a Document
object from a
Nodes
object.
Returns a string representation of the attribute suitable for
debugging and diagnosis.
Returns a string representation of the type
suitable for debugging and diagnosis.
Returns a string form of the comment suitable for debugging
and diagnosis.
Returns a string form of the
DocType
suitable for debugging
and diagnosis.
Returns a string representation of this document suitable
for debugging and diagnosis.
Returns a string representation of this element suitable
for debugging and diagnosis.
Returns a string form of the
Namespace
suitable for debugging
and diagnosis.
Returns a string suitable for display to the developer
summarizing what went wrong where.
Returns a String
representation
of this processing instruction suitable for
debugging and diagnosis.
Returns a String
representation of this Text
suitable for
debugging and diagnosis.
Returns a string form of this XSLTransform
,
suitable for debugging.
Returns a string representation of the attribute
that is a well-formed XML attribute.
Returns a String
containing the actual XML
form of the comment;
for example, <--This is a comment-->
.
Returns a string containing the actual XML
form of the document type declaration represented
by this object.
Returns the actual complete, well-formed XML document as a
String
.
Returns a string containing the XML serialization of this
element.
Returns a string containing the actual XML
form of the namespace declaration represented
by this object.
Returns the actual XML form of this node, such as might be
copied and pasted from the original document.
Returns the actual XML form of this processing instruction,
such as might be copied and pasted from the original document.
Returns a string containing the XML serialization of this text
node.
Creates a new Nodes
from the
input Document
by applying this object's
stylesheet.
Creates a new Nodes
object from the
input Nodes
object by applying this object's
stylesheet.
Uses the type-safe enumeration
design pattern to represent attribute types,
as specified by XML DTDs.