Interface ProcessingInstruction
public
interface
ProcessingInstruction
extends
Node
This interface documents the ProcessingInstruction node type. For example,
<?xml-stylesheet href="mystyle.css" type="text/css"?>
Methods
Method Detail
getData
This method retrieves the data.
Return Value
the data of this
ProcessingInstruction
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