Frames | No Frames |
Methods which throw type nu.xom.ParsingException | |
Document |
Returns a copy of the document in which all
xinclude:include elements have been
replaced by their referenced content. |
Document |
Returns a copy of the document in which all
xinclude:include elements have been
replaced by their referenced content as loaded by the builder. |
void |
Modifies a document by replacing all
xinclude:include elements
by their referenced content. |
void |
Modifies a document by replacing all
xinclude:include elements with their referenced
content as loaded by the builder. |
Classes derived from nu.xom.ParsingException | |
class |
Signals a validity error in a document being parsed. |
Methods which throw type nu.xom.ParsingException | |
Document |
Reads the document from a file. |
Document |
Reads the document from an input stream. |
Document |
Reads the document from an input stream while specifying
a base URI (which need not be the stream's actual URI). |
Document |
Reads the document from a reader. |
Document |
Reads the document from a character stream while
specifying a base URI. |
Document |
Parses the document at the specified URL. |
Document |
Reads the document from the contents of a string. |