| Name | Description | Type | Package | Framework |
| DOMHandler | ContentHandler encapsulating a DOM document. | Interface | org.apache.excalibur.xml.dom | Apache Avalon |
| DOMHandlerFactory | The factory creates a DOMHandler encapsulating a DOM document. | Interface | org.apache.excalibur.xml.dom | Apache Avalon |
| DOMParser | The parser can be used to parse any XML document given by a InputSource object. | Interface | org.apache.excalibur.xml.dom | Apache Avalon |
| DOMSerializer | Converts a DOM document to a stream of SAX events. | Interface | org.apache.excalibur.xml.dom | Apache Avalon |
| DefaultDOMHandler | Class | org.apache.excalibur.xml.dom | Apache Avalon | |
| DefaultDOMHandlerFactory | Class | org.apache.excalibur.xml.dom | Apache Avalon | |
| DefaultDOMSerializer | Class | org.apache.excalibur.xml.dom | Apache Avalon | |
| XMLFragment | This interface must be implemented by classes willing to provide an XML representation of their current state. | Interface | org.apache.excalibur.xml.dom | Apache Avalon |