Uses of Class
nu.xom.ValidityException
Packages that use ValidityException
Package
Description
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 ValidityExceptionModifier and TypeMethodDescriptionReads the document from a file.Builder.build
(InputStream in) Reads the document from an input stream.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).Reads the document from a reader.Reads the document from a character stream while specifying a base URI.Parses the document at the specified URL.Reads the document from the contents of a string.