A B C D E F G H I M N P R S T U V W X

D

DOMConverter - class nu.xom.converters.DOMConverter.
Converts XOM Document objects to and from DOM Document objects.
DocType - class nu.xom.DocType.
Represents an XML document type declaration such as <!DOCTYPE book SYSTEM "docbookx.dtd">.
DocType(String, String, String) - Constructor for class nu.xom.DocType
Creates a new document type declaration with a public ID and a system ID.
DocType(String, String) - Constructor for class nu.xom.DocType
Creates a new document type declaration with a system ID but no public ID.
DocType(String) - Constructor for class nu.xom.DocType
Creates a new document type declaration with no public or system ID.
DocType(DocType) - Constructor for class nu.xom.DocType
Creates a new DocType that's a copy of its argument.
Document - class nu.xom.Document.
The Document class represents a complete XML document including its root element, prolog, and epilog.
Document(Element) - Constructor for class nu.xom.Document
Creates a new Document object with the specified root element.
Document(Document) - Constructor for class nu.xom.Document
Creates a copy of this document.
detach() - Method in class nu.xom.Node
Removes this node from its parent so that it can be added to a different parent node or document.

A B C D E F G H I M N P R S T U V W X
Copyright 2002-2005 Elliotte Rusty Harold

elharo@metalab.unc.edu