Feeds a XOM Document
into a
SAX2 ContentHandler
.
Creates a new SAXConverter
.
Outputs a Document
object in a specific encoding using
various options for controlling white space, normalization,
indenting, line breaking, and base URIs.
Create a new serializer that uses the UTF-8 encoding.
Create a new serializer that uses the specified encoding.
Sets the URI from which this document was loaded, and
against which relative URLs in this document will be resolved.
Sets the URI from which this element was loaded,
and against which relative URLs in this element will be
resolved, unless an xml:base
attribute overrides
this.
Sets the URI against which relative URIs in this node will be
resolved.
Set the content handler for this converter.
Stores the illegal text that caused this exception.
Sets this document's document type declaration.
Specifies the prefixes that will be output as specified in
regular canonical XML, even when doing exclusive
XML canonicalization.
Sets the number of additional spaces to add to each successive
level in the hierarchy.
Sets the internal DTD subset; that is the part of the DTD
between [
and ]
.
Sets the optional lexical handler for this converter.
Sets the local name of the attribute.
Sets the local name of this element.
Sets the suggested maximum line length for this serializer.
Sets the attribute's namespace prefix and URI.
Sets the namespace prefix of this element.
Sets the namespace URI of this element.
Flushes the previous output stream and
redirects further output to the new output stream.
Supply a parameter to transformations performed by this object.
Supply a parameter to transformations performed by this object.
Determines whether this serializer inserts
extra xml:base
attributes to attempt to
preserve base URI information from the document.
Sets the public ID for the external DTD subset.
Replaces the current root element with a different root element.
Sets the name the document type declaration specifies
for the root element.
Sets the system ID for the external DTD subset.
Sets the type of this attribute to one of the ten
DTD types or Type.UNDECLARED
.
If true, this property indicates serialization will
perform Unicode normalization on all data using normalization
form C (NFC).
Sets the attribute's value to the specified string,
replacing any previous value.
Sets the content of this Comment
object
to the specified string.
Sets the content of the Text
object
to the specified data.
Creates a very shallow copy of the element with the same name
and namespace URI, but no children, attributes, base URI, or
namespace declaration.
Returns the number of elements in the list.
Returns the number of nodes in the list.
Creates a new Document
object.
Creates a new Element
in the specified namespace
with the specified name.