Frames | No Frames |
Constructors with parameter type nu.xom.Document | |
Creates a copy of this document. |
Methods with parameter type nu.xom.Document | |
void |
Signals the end of a document. |
void |
Serializes a document onto the output
stream using the current options. |
Methods with return type nu.xom.Document | |
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. |
Document |
Returns the document that contains this node,
or null if this node is not currently part of a document. |
Document |
Returns a Document object for the document that
caused this exception. |
Document |
Creates a new Document object. |
Constructors with parameter type nu.xom.Document | |
Creates a new XSLTransform by
reading the stylesheet from the supplied document. | |
Creates a new XSLTransform by
reading the stylesheet from the supplied document. |
Methods with parameter type nu.xom.Document | |
Nodes |
Creates a new Nodes from the
input Document by applying this object's
stylesheet. |
Methods with return type nu.xom.Document | |
Document |
Builds a Document object from a
Nodes object. |
Methods with parameter type nu.xom.Document | |
void |
Asserts that two document nodes are equal. |
void |
Asserts that two document nodes are equal. |
Methods with parameter type nu.xom.Document | |
void |
Feed a document through this converter. |
org.w3c.dom.Document |
Translates a XOM nu.xom.Document object
into an equivalent org.w3c.dom.Document
object. |
Methods with return type nu.xom.Document | |
Document | DOMConverter.convert(org.w3c.dom.Document domDocument)
Translates a DOM org.w3c.dom.Document object
into an equivalent nu.xom.Document object. |
Methods with parameter type nu.xom.Document | |
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. |
Methods with return type nu.xom.Document | |
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. |