Alphabetical Index: W

A B C D E F G H I M N P Q R S T U V W X

W

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.
write(nu.xom.Attribute) - method in class nu.xom.Serializer
Writes an attribute in the form name="value".
write(nu.xom.Comment) - method in class nu.xom.Serializer
Writes a comment onto the output stream using the current options.
write(nu.xom.DocType) - method in class nu.xom.Serializer
Writes a DocType object onto the output stream using the current options.
write(nu.xom.Document) - method in class nu.xom.Serializer
Serializes a document onto the output stream using the current options.
write(nu.xom.Element) - method in class nu.xom.Serializer
Serializes an element onto the output stream using the current options.
write(nu.xom.Node) - method in class nu.xom.canonical.Canonicalizer
Serializes a node onto the output stream using the specified canonicalization algorithm.
write(nu.xom.Nodes) - method in class nu.xom.canonical.Canonicalizer
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.
write(nu.xom.Text) - method in class nu.xom.Serializer
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.
writeAttributeValue(String) - method in class nu.xom.Serializer
Writes a string onto the underlying output stream.
writeChild(nu.xom.Node) - method in class nu.xom.Serializer
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.
writeEndTag(nu.xom.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.
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.
writeRaw(String) - method in class nu.xom.Serializer
Writes a string onto the underlying output stream.
writeStartTag(nu.xom.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.

Copyright 2002-2005 Elliotte Rusty Harold
elharo@metalab.unc.edu