Constructs a BadEncodingAttributeException with
the specified detail message.
Creates a new BadEncodingAttributeException with a
detail message and the URI of the document that caused
the exception.
Indicates that an href attribute contains an illegal
value, such as a URI with a fragment identifier, or a syntactically
incorrect IRI.
Constructs a BadHrefAttributeException with
the specified detail message.
Creates a new BadHrefAttributeException with a
detail message and the URI of the document that caused
the exception.
Indicates that an accept or
accept-language attribute contains C0 control
characters (including linefeed, tab, or carriage return)
or non-ASCII characters.
Constructs a BadHTTPHeaderException with
the specified detail message.
Creates a new BadHTTPHeaderException with a detail
message and a URI of the document
that caused the exception.
Indicates that the parse attribute has some value other
than xml or text.
Constructs a BadParseAttributeException with
the specified detail message.
Creates a new BadParseAttributeException with a
detail message and the URI of the document that caused
the exception.
Writes the current line break string
onto the underlying output stream and indents
as specified by the current level and the indent property.
Reads the document from a file.
Reads the document from an input stream.
Reads the document from an input stream while specifying
a base URI (which need not be the stream's actual URI).
Reads the document from a reader.
Reads the document from a character stream while
specifying a base URI.
Parses the document at the specified URL.
Reads the document from the contents of a string.
This class is responsible for creating XOM Document
objects from a URL, file, string, or input stream by reading
an XML document.
Creates a Builder that uses the default node
factory and chooses among any available SAX2 parsers.
Creates a Builder based on an optionally validating
parser.
Creates a Builder based on an optionally
validating parser that builds node objects with the supplied
factory.
Creates a Builder that uses
the specified NodeFactory to create
node objects.
Creates a Builder that uses
the specified SAX XMLReader.
Creates a optionally validating Builder based
on the specified parser object.
Creates an optionally validating Builder that reads
data from the specified parser object and constructs new nodes
using the specified factory object.