Alphabetical Index: B

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

B

Indicates that the encoding attribute is not an EncName as defined in the XML specification, section 4.3.3, rule 81.
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.
BadHrefAttributeException(String) - constructor for class nu.xom.xinclude.BadHrefAttributeException
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.
BadHTTPHeaderException(String) - constructor for class nu.xom.xinclude.BadHTTPHeaderException
Constructs a BadHTTPHeaderException with the specified detail message.
BadHTTPHeaderException(String,String) - constructor for class nu.xom.xinclude.BadHTTPHeaderException
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.
BadParseAttributeException(String) - constructor for class nu.xom.xinclude.BadParseAttributeException
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.
breakLine() - method in class nu.xom.Serializer
Writes the current line break string onto the underlying output stream and indents as specified by the current level and the indent property.
build(File) - method in class nu.xom.Builder
Reads the document from a file.
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 specifying a base URI (which need not be the stream's actual URI).
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 a character stream while specifying a base URI.
build(String) - method in class nu.xom.Builder
Parses the document at the specified URL.
build(String,String) - method in class nu.xom.Builder
Reads the document from the contents of a string.
Builder - class nu.xom.Builder
This 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.
Builder(boolean) - constructor for class nu.xom.Builder
Creates a Builder based on an optionally validating parser.
Builder(boolean,nu.xom.NodeFactory) - constructor for class nu.xom.Builder
Creates a Builder based on an optionally validating parser that builds node objects with the supplied factory.
Builder(nu.xom.NodeFactory) - constructor for class nu.xom.Builder
Creates a Builder that uses the specified NodeFactory to create node objects.
Builder(XMLReader) - constructor for class nu.xom.Builder
Creates a Builder that uses the specified SAX XMLReader.
Builder(XMLReader,boolean) - constructor for class nu.xom.Builder
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.

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