Indicates an attempt to do or create something that could not
possibly be serialized in a namespace well-formed XML 1.0 document.
Creates a new WellformednessException
with a detail message.
Creates a new WellformednessException
with a detail message and an underlying root cause.
Writes an attribute in the form
name="value"
.
Writes a comment onto the output stream using the current
options.
Writes a DocType
object
onto the output stream using the current options.
Serializes a document onto the output
stream using the current options.
Serializes an element onto the output stream using the current
options.
Serializes a node onto the output stream using the specified
canonicalization algorithm.
Serializes a document subset onto the output stream using the
canonical XML algorithm.
Writes a processing instruction
onto the output stream using the current options.
Writes a Text
object
onto the output stream using the current options.
Writes all the attributes of the specified
element onto the output stream, one at a time, separated
by white space.
Writes a string onto the underlying output stream.
Writes a child node onto the output stream using the
current options.
Writes an empty-element tag for the element
including all its namespace declarations and attributes.
Writes the end-tag for an element in the form
</name>
.
Writes a string onto the underlying output stream.
Writes a namespace declaration in the form
xmlns:prefix="uri"
or
xmlns="uri"
.
Writes all the namespace declaration
attributes of the specified element onto the output stream,
one at a time, separated by white space.
Writes a string onto the underlying output stream.
Writes the start-tag for the element including
all its namespace declarations and attributes.
Writes the XML declaration onto the output stream,
followed by a line break.