List of usage examples for com.google.gwt.xml.client Attr interface-usage
From source file client.net.sf.saxon.ce.xmldom.AttrImpl.java
/** * This class implements the XML Attr interface. */ class AttrImpl extends NodeXml implements Attr { protected AttrImpl(JavaScriptObject o) { super(o);