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

B

BadParseAttributeException - exception nu.xom.xinclude.BadParseAttributeException.
A BadParseAttributeException is thrown when the parse attribute has some value other than xml or text.
BadParseAttributeException(String) - Constructor for class nu.xom.xinclude.BadParseAttributeException
Constructs a BadParseAttributeException with the specified detail message.
BadParseAttributeException(String, String) - Constructor for class nu.xom.xinclude.BadParseAttributeException
Creates a new BadParseAttributeException with a detail message, line and column numbers, and a URI of the document that caused the exception.
Builder - class nu.xom.Builder.
The Builder class is responsible for creating XOM Document objects from a URL, file, string, or input stream by reading an XML document.
Builder() - Constructor for class nu.xom.Builder
Creates a Builder that uses the default node factory and chooses among any available SAX2 parsers in the following order:
Builder(boolean) - Constructor for class nu.xom.Builder
Creates a Builder based on a fully validating parser.
Builder(boolean, NodeFactory) - Constructor for class nu.xom.Builder
Creates a Builder based on a fully validating parser that builds node objects with the supplied factory.
Builder(XMLReader) - Constructor for class nu.xom.Builder
Creates a Builder based on the specified SAX parser XMLReader.
Builder(NodeFactory) - Constructor for class nu.xom.Builder
Creates a Builder that uses the specified NodeFactory to create node objects.
Builder(XMLReader, boolean) - Constructor for class nu.xom.Builder
Creates a Builder based on the specified parser object.
Builder(XMLReader, boolean, NodeFactory) - Constructor for class nu.xom.Builder
Creates a Builder that reads data from the specified parser object and constructs new nodes using the specified factory object.
breakLine() - Method in class nu.xom.Serializer
Writes the current line break string onto the underlying OutputStream and indents as specified by the current level and the indent property.
build(String) - Method in class nu.xom.Builder
Parses the document at the specified URL.
build(InputStream) - Method in class nu.xom.Builder
Reads the document from an input stream.
build(InputStream, String) - Method in class nu.xom.Builder
Reads the document from an input stream while allowing a base URI to be specified.
build(File) - Method in class nu.xom.Builder
Reads the document from a file.
build(Reader) - Method in class nu.xom.Builder
Reads the document from a reader.
build(Reader, String) - Method in class nu.xom.Builder
Reads the document from an input stream while allowing a base URI to be specified.
build(String, String) - Method in class nu.xom.Builder
Reads the document from the contents of a String.

A B C D E F G H I L M N P R S T U V W X
Copyright 2002-2004 Elliotte Rusty Harold
elharo@metalab.unc.edu