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

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

Introduction

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

Usage

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

/**
 * This class implements the XML DOM interface.
 */
class DocumentFragmentImpl extends NodeXml implements DocumentFragment {

    protected DocumentFragmentImpl(JavaScriptObject o) {