public interface

ProcessingInstruction

implements Node
com.google.gwt.xml.client.ProcessingInstruction

Class Overview

This interface documents the ProcessingInstruction node type. For example,

<?xml-stylesheet href="mystyle.css" type="text/css"?>

Summary

[Expand]
Inherited Constants
From interface com.google.gwt.xml.client.Node
Public Methods
abstract String getData()
This method retrieves the data.
abstract String getTarget()
This method retrieves the target.
abstract void setData(String data)
This method sets the data to data.
[Expand]
Inherited Methods
From interface com.google.gwt.xml.client.Node

Public Methods

public abstract String getData ()

This method retrieves the data.

Returns
  • the data of this ProcessingInstruction

public abstract String getTarget ()

This method retrieves the target.

Returns
  • the target of this ProcessingInstruction

public abstract void setData (String data)

This method sets the data to data.

Parameters
data the new data