Example usage for com.google.gwt.xml.client Attr interface-usage

List of usage examples for com.google.gwt.xml.client Attr interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.xml.client Attr interface-usage.

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);