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

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

Introduction

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

Usage

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

/**
 * This class implements the CharacterData interface.
 */
abstract class CharacterDataImpl extends NodeXml implements CharacterData {

    protected CharacterDataImpl(JavaScriptObject o) {