Uses of Package
com.google.gwt.xml.client

Packages that use com.google.gwt.xml.client
Package
Description
Basic classes used in XML DOM parsing and XML document generation.
  • Class
    Description
    Attr objects represent key-value pairs of attributes on Element objects.
    This node represents escaped character sequences.
    This interface describes CharacterData XML nodes.
    This interface describes comment XML nodes.
    Document objects represent XML documents.
    A DocumentFragment is a basket into which one may place other Node objects for future processing.
    This interface represents XML DOM elements, which are the basic building block of XML.
    Represents a string-to-node map, used in getAttributes.
    This is the base interface for DOM nodes, as obtained from using XMLParser methods.
    This interface represents an immutable ordered collection of nodes.
    This interface documents the ProcessingInstruction node type.
    This interface describes text nodes, as might occur between tags.