GWT 2.7.0

Uses of Interface
com.google.gwt.xml.client.Attr

Packages that use Attr
com.google.gwt.xml.client Basic classes used in XML DOM parsing and XML document generation. 
 

Uses of Attr in com.google.gwt.xml.client
 

Methods in com.google.gwt.xml.client that return Attr
 Attr Element.getAttributeNode(java.lang.String name)
          This method retrieves the attribute node which has a name of name.
 


GWT 2.7.0