Package com.google.gwt.xml.client
Basic classes used in XML DOM parsing and XML document generation.
 
 The classes in this package support parsing XML documents and creating
 new XML documents.  The implementation uses the underlying browser.
- 
Interface Summary Interface Description Attr Attrobjects represent key-value pairs of attributes onElementobjects.CDATASection This node represents escaped character sequences.CharacterData This interface describesCharacterDataXML nodes.Comment This interface describes comment XML nodes.Document Documentobjects represent XML documents.DocumentFragment ADocumentFragmentis a basket into which one may place otherNodeobjects for future processing.Element This interface represents XML DOM elements, which are the basic building block of XML.EntityReference This interface represents entity references, such as&foo;.NamedNodeMap Represents a string-to-node map, used ingetAttributes.Node This is the base interface for DOM nodes, as obtained from usingXMLParsermethods.NodeList This interface represents an immutable ordered collection of nodes.ProcessingInstruction This interface documents the ProcessingInstruction node type.Text This interface describes text nodes, as might occur between tags.
- 
Class Summary Class Description XMLParser This class represents the client interface to XML parsing.
- 
Exception Summary Exception Description DOMException Thrown when DOM exceptions occur.