Uses of Class

nu.xom.ParsingException

Packages that use ParsingException
nu.xom nu.xom is the core package of XOM that contains all the basic classes representing the different kinds of nodes: elements, attributes, comments, text nodes, and so forth. 
nu.xom.xinclude nu.xom.xinclude supports XInclude processing of XOM documents and elements. 
 

Uses of ParsingException in nu.xom
 

Subclasses of ParsingException in nu.xom
 classValidityException

           Signals a validity error in a document being parsed.
 

Methods in nu.xom that throw ParsingException
 DocumentBuilder.build(String systemID)

           Parses the document at the specified URL.
 DocumentBuilder.build(InputStream in)

           Reads the document from an input stream.
 DocumentBuilder.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).
 DocumentBuilder.build(File in)

           Reads the document from a file.
 DocumentBuilder.build(Reader in)

           Reads the document from a reader.
 DocumentBuilder.build(Reader in, String baseURI)

           Reads the document from a character stream while specifying a base URI.
 DocumentBuilder.build(String document, String baseURI)

           Reads the document from the contents of a string.
 

Uses of ParsingException in nu.xom.xinclude
 

Methods in nu.xom.xinclude that throw ParsingException
static DocumentXIncluder.resolve(Document in)

           Returns a copy of the document in which all xinclude:include elements have been replaced by their referenced content.
static DocumentXIncluder.resolve(Document in, Builder builder)

           Returns a copy of the document in which all xinclude:include elements have been replaced by their referenced content as loaded by the builder.
static voidXIncluder.resolveInPlace(Document in)

           Modifies a document by replacing all xinclude:include elements by their referenced content.
static voidXIncluder.resolveInPlace(Document in, Builder builder)

           Modifies a document by replacing all xinclude:include elements with their referenced content as loaded by the builder.
 



Copyright 2002-2005 Elliotte Rusty Harold

elharo@metalab.unc.edu