Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- detach() - Method in class nu.xom.Namespace
-
Removes this namespace node from its parent.
- 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.
- DocType - Class in nu.xom
-
Represents an XML document type declaration such as
<!DOCTYPE book SYSTEM "docbookx.dtd">. - DocType(String) - Constructor for class nu.xom.DocType
-
Creates a new document type declaration with no public or 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, String, String) - Constructor for class nu.xom.DocType
-
Creates a new document type declaration with a public ID and a system ID.
- DocType(DocType) - Constructor for class nu.xom.DocType
-
Creates a new
DocTypethat's a copy of its argument. - Document - Class in nu.xom
-
The
Documentclass represents a complete XML document including its root element, prolog, and epilog. - Document(Document) - Constructor for class nu.xom.Document
-
Creates a copy of this document.
- Document(Element) - Constructor for class nu.xom.Document
-
Creates a new
Documentobject with the specified root element. - DOMConverter - Class in nu.xom.converters
-
Converts XOM
Documentobjects to and from DOMDocumentobjects.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form