Google Web Toolkit (Beta)
« prev
next »
Google Code Home
>
Google Web Toolkit
>
GWT Class Reference
>
com.google.gwt.xml.client
>
ProcessingInstruction
Google Web Toolkit
Download GWT
Product Overview
Getting Started Guide
Example Projects
Developer Guide
Class Reference
Issue Tracking
Developer Forum
GWT Blog
GWT FAQ
Making GWT Better
Third Party Tools
Search this site:
Interface ProcessingInstruction
public interface
ProcessingInstruction
extends
Node
This interface documents the ProcessingInstruction node type. An example is
.
Methods
getData()
This method retrieves the data.
getTarget()
This method retrieves the target.
setData(String)
This method sets the data to
data
.
Method Detail
getData
public
String
getData
()
This method retrieves the data.
Return Value
the data of this
ProcessingInstruction
getTarget
public
String
getTarget
()
This method retrieves the target.
Return Value
the target of this
ProcessingInstruction
setData
public void
setData
(
String
data
)
This method sets the data to
data
.
Parameters
data
the new data