Uses of Interface
com.google.gwt.xml.client.Attr
-
Packages that use Attr Package Description 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 Modifier and Type Method Description Attr
Element. getAttributeNode(java.lang.String name)
This method retrieves the attribute node which has a name ofname
.
-