Uses of Class nu.xom.Document

Uses in package nu.xom

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
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.
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.

Uses in package nu.xom.xslt

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.

Uses in package nu.xom.tests

Methods with parameter type nu.xom.Document

void
XOMTestCase.assertEquals(String message, Document expected, Document actual)
Asserts that two document nodes are equal.
void
Asserts that two document nodes are equal.

Uses in package nu.xom.converters

Methods with parameter type nu.xom.Document

void
Feed a document through this converter.
org.w3c.dom.Document
DOMConverter.convert(Document document, DOMImplementation impl)
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.

Uses in package nu.xom.xinclude

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.

Copyright 2002-2005 Elliotte Rusty Harold
elharo@metalab.unc.edu