- WellformednessException - Exception in nu.xom
-
Indicates an attempt to do or create something that could not
possibly be serialized in a namespace well-formed XML 1.0 document.
- WellformednessException(String) - Constructor for exception nu.xom.WellformednessException
-
Creates a new WellformednessException
with a detail message.
- WellformednessException(String, Throwable) - Constructor for exception nu.xom.WellformednessException
-
Creates a new WellformednessException
with a detail message and an underlying root cause.
- write(Node) - Method in class nu.xom.canonical.Canonicalizer
-
Serializes a node onto the output stream using the specified
canonicalization algorithm.
- write(Nodes) - Method in class nu.xom.canonical.Canonicalizer
-
Serializes a document subset onto the output stream using the
canonical XML algorithm.
- write(Document) - Method in class nu.xom.Serializer
-
Serializes a document onto the output
stream using the current options.
- write(Element) - Method in class nu.xom.Serializer
-
Serializes an element onto the output stream using the current
options.
- write(Attribute) - Method in class nu.xom.Serializer
-
Writes an attribute in the form
name="value"
.
- write(Comment) - Method in class nu.xom.Serializer
-
Writes a comment onto the output stream using the current
options.
- write(ProcessingInstruction) - Method in class nu.xom.Serializer
-
Writes a processing instruction
onto the output stream using the current options.
- write(Text) - Method in class nu.xom.Serializer
-
Writes a Text
object
onto the output stream using the current options.
- write(DocType) - Method in class nu.xom.Serializer
-
Writes a DocType
object
onto the output stream using the current options.
- writeAttributes(Element) - Method in class nu.xom.Serializer
-
Writes all the attributes of the specified
element onto the output stream, one at a time, separated
by white space.
- writeAttributeValue(String) - Method in class nu.xom.Serializer
-
Writes a string onto the underlying output stream.
- writeChild(Node) - Method in class nu.xom.Serializer
-
Writes a child node onto the output stream using the
current options.
- writeEmptyElementTag(Element) - Method in class nu.xom.Serializer
-
Writes an empty-element tag for the element
including all its namespace declarations and attributes.
- writeEndTag(Element) - Method in class nu.xom.Serializer
-
Writes the end-tag for an element in the form
</name>
.
- writeEscaped(String) - Method in class nu.xom.Serializer
-
Writes a string onto the underlying output stream.
- writeNamespaceDeclaration(String, String) - Method in class nu.xom.Serializer
-
Writes a namespace declaration in the form
xmlns:prefix="uri"
or
xmlns="uri"
.
- writeNamespaceDeclarations(Element) - Method in class nu.xom.Serializer
-
Writes all the namespace declaration
attributes of the specified element onto the output stream,
one at a time, separated by white space.
- writeRaw(String) - Method in class nu.xom.Serializer
-
Writes a string onto the underlying output stream.
- writeStartTag(Element) - Method in class nu.xom.Serializer
-
Writes the start-tag for the element including
all its namespace declarations and attributes.
- writeXMLDeclaration() - Method in class nu.xom.Serializer
-
Writes the XML declaration onto the output stream,
followed by a line break.