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

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

Introduction

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

Usage

From source file client.net.sf.saxon.ce.xmldom.DocumentImpl.java

/**
 * This class wraps the native Document object.
 */
class DocumentImpl extends NodeXml implements Document {

    protected DocumentImpl(JavaScriptObject o) {