Uses of Class nu.xom.ParsingException

Uses in package nu.xom.xinclude

Methods which throw type nu.xom.ParsingException

Document
Returns a copy of the document in which all xinclude:include elements have been replaced by their referenced content.
Document
Returns a copy of the document in which all xinclude:include elements have been replaced by their referenced content as loaded by the builder.
void
Modifies a document by replacing all xinclude:include elements by their referenced content.
void
Modifies a document by replacing all xinclude:include elements with their referenced content as loaded by the builder.

Uses in package nu.xom

Classes derived from nu.xom.ParsingException

class
Signals a validity error in a document being parsed.

Methods which throw type nu.xom.ParsingException

Document
Builder.build(File in)
Reads the document from a file.
Document
Builder.build(InputStream in)
Reads the document from an input stream.
Document
Builder.build(InputStream in, String baseURI)
Reads the document from an input stream while specifying a base URI (which need not be the stream's actual URI).
Document
Builder.build(Reader in)
Reads the document from a reader.
Document
Builder.build(Reader in, String baseURI)
Reads the document from a character stream while specifying a base URI.
Document
Builder.build(String systemID)
Parses the document at the specified URL.
Document
Builder.build(String document, String baseURI)
Reads the document from the contents of a string.

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