|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
Document |
Builder.build(java.lang.String systemID)
Parses the document at the specified URL. |
Document |
Builder.build(java.io.InputStream in)
Reads the document from an input stream. |
Document |
Builder.build(java.io.InputStream in,
java.lang.String baseURI)
Reads the document from an input stream while allowing a base URI to be specified. |
Document |
Builder.build(java.io.File in)
Reads the document from a file. |
Document |
Builder.build(java.io.Reader in)
Reads the document from a reader. |
Document |
Builder.build(java.io.Reader in,
java.lang.String baseURI)
Reads the document from an input stream while allowing a base URI to be specified. |
Document |
Builder.build(java.lang.String document,
java.lang.String baseURI)
Reads the document from the contents of a String . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |