Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- BadEncodingAttributeException - Exception Class in nu.xom.xinclude
-
Indicates that the
encodingattribute is not an EncName as defined in the XML specification, section 4.3.3, rule 81. - BadEncodingAttributeException(String) - Constructor for exception class nu.xom.xinclude.BadEncodingAttributeException
-
Constructs a
BadEncodingAttributeExceptionwith the specified detail message. - BadEncodingAttributeException(String, String) - Constructor for exception class nu.xom.xinclude.BadEncodingAttributeException
-
Creates a new
BadEncodingAttributeExceptionwith a detail message and the URI of the document that caused the exception. - BadHrefAttributeException - Exception Class in nu.xom.xinclude
-
Indicates that an
hrefattribute contains an illegal value, such as a URI with a fragment identifier, or a syntactically incorrect IRI. - BadHrefAttributeException(String) - Constructor for exception class nu.xom.xinclude.BadHrefAttributeException
-
Constructs a
BadHrefAttributeExceptionwith the specified detail message. - BadHrefAttributeException(String, String) - Constructor for exception class nu.xom.xinclude.BadHrefAttributeException
-
Creates a new
BadHrefAttributeExceptionwith a detail message and the URI of the document that caused the exception. - BadHTTPHeaderException - Exception Class in nu.xom.xinclude
-
Indicates that an
acceptoraccept-languageattribute contains C0 control characters (including linefeed, tab, or carriage return) or non-ASCII characters. - BadHTTPHeaderException(String) - Constructor for exception class nu.xom.xinclude.BadHTTPHeaderException
-
Constructs a
BadHTTPHeaderExceptionwith the specified detail message. - BadHTTPHeaderException(String, String) - Constructor for exception class nu.xom.xinclude.BadHTTPHeaderException
-
Creates a new
BadHTTPHeaderExceptionwith a detail message and a URI of the document that caused the exception. - BadParseAttributeException - Exception Class in nu.xom.xinclude
-
Indicates that the
parseattribute has some value other thanxmlortext. - BadParseAttributeException(String) - Constructor for exception class nu.xom.xinclude.BadParseAttributeException
-
Constructs a
BadParseAttributeExceptionwith the specified detail message. - BadParseAttributeException(String, String) - Constructor for exception class nu.xom.xinclude.BadParseAttributeException
-
Creates a new
BadParseAttributeExceptionwith 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 in nu.xom
-
This class is responsible for creating XOM
Documentobjects from a URL, file, string, or input stream by reading an XML document. - Builder() - Constructor for class nu.xom.Builder
-
Creates a
Builderthat uses the default node factory and chooses among any available SAX2 parsers. - Builder(boolean) - Constructor for class nu.xom.Builder
-
Creates a
Builderbased on an optionally validating parser. - Builder(boolean, NodeFactory) - Constructor for class nu.xom.Builder
-
Creates a
Builderbased on an optionally validating parser that builds node objects with the supplied factory. - Builder(NodeFactory) - Constructor for class nu.xom.Builder
-
Creates a
Builderthat uses the specifiedNodeFactoryto create node objects. - Builder(XMLReader) - Constructor for class nu.xom.Builder
-
Creates a
Builderthat uses the specified SAXXMLReader. - Builder(XMLReader, boolean) - Constructor for class nu.xom.Builder
-
Creates a optionally validating
Builderbased on the specified parser object. - Builder(XMLReader, boolean, NodeFactory) - Constructor for class nu.xom.Builder
-
Creates an optionally validating
Builderthat reads data from the specified parser object and constructs new nodes using the specified factory object.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form