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

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

Introduction

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

Usage

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

/**
 * This class implements the XML DOM ProcessingInstruction interface.
 */
class ProcessingInstructionImpl extends NodeXml implements ProcessingInstruction {

    protected ProcessingInstructionImpl(JavaScriptObject o) {