Uses of Class

nu.xom.ValidityException

Packages that use ValidityException
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. 
 

Uses of ValidityException in nu.xom
 

Methods in nu.xom that throw ValidityException
 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.
 



Copyright 2002-2005 Elliotte Rusty Harold

elharo@metalab.unc.edu