| Name | Description | Type | Package | Framework |
| Attr | Attr objects represent key-value pairs of attributes on Element objects. | Interface | com.google.gwt.xml.client | Google WebToolkit (GWT) |
|
| CDATASection | This node represents escaped character sequences. | Interface | com.google.gwt.xml.client | Google WebToolkit (GWT) |
|
| CharacterData | This interface describes CharacterData XML nodes. | Interface | com.google.gwt.xml.client | Google WebToolkit (GWT) |
|
| Comment | This interface describes comment XML nodes. | Interface | com.google.gwt.xml.client | Google WebToolkit (GWT) |
|
| Document | Document objects represent XML documents. | Interface | com.google.gwt.xml.client | Google WebToolkit (GWT) |
|
| DocumentFragment | A DocumentFragment is a basket into which one may place other Node objects for future processing. | Interface | com.google.gwt.xml.client | Google WebToolkit (GWT) |
|
| DOMException | Thrown when DOM exceptions occur. | Class | com.google.gwt.xml.client | Google WebToolkit (GWT) |
|
| Element | This interface represents XML DOM elements, which are the basic building block of XML. | Interface | com.google.gwt.xml.client | Google WebToolkit (GWT) |
|
| EntityReference | This interface represents entity references, such as &foo;. | Interface | com.google.gwt.xml.client | Google WebToolkit (GWT) |
|
| NamedNodeMap | Represents a string-to-node map, used in getAttributes. | Interface | com.google.gwt.xml.client | Google WebToolkit (GWT) |
|
| Node | This is the base interface for DOM nodes, as obtained from using XMLParser methods. | Interface | com.google.gwt.xml.client | Google WebToolkit (GWT) |
|
| NodeList | This interface represents an immutable ordered collection of nodes. | Interface | com.google.gwt.xml.client | Google WebToolkit (GWT) |
|
| ProcessingInstruction | This interface documents the ProcessingInstruction node type. | Interface | com.google.gwt.xml.client | Google WebToolkit (GWT) |
|
| Text | This interface describes text nodes, as might occur between tags. | Interface | com.google.gwt.xml.client | Google WebToolkit (GWT) |
|
| XMLParser | This class represents the client interface to XML parsing. | Class | com.google.gwt.xml.client | Google WebToolkit (GWT) |