|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
BadParseAttributeException
is thrown when
the parse
attribute has some value other than
xml
or text
.BadParseAttributeException
with
the specified detail message.
BadParseAttributeException
with a detail
message, line and column numbers, and a URI of the document
that caused the exception.
Builder
class is responsible
for creating XOM Document
objects
from a URL, file, string, or input stream by reading
an XML document.Builder
that uses the default node
factory and chooses among any available SAX2 parsers in the
following order:
Builder
based on a fully validating
parser.
Builder
based on a fully
validating parser that builds node objects with the supplied
factory.
Builder
based
on the specified SAX parser XMLReader
.
Builder
that uses
the specified NodeFactory
to create
node objects.
Builder
based
on the specified parser object.
Builder
that reads data
from the specified parser object and constructs new nodes using
the specified factory object.
OutputStream
and indents
as specified by the current level and the indent property.
String
.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |