Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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-2010 <a href='http://www.elharo.com/'>Elliotte Rusty Harold</a><br /> <a href='mailto:elharo%40ibiblio%2Eorg?Subject=XOM'>elharo@ibiblio.org</a>