org.exolab.castor.xml
public class ProcessingInstruction extends Object
Version: $Revision: 5951 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
Constructor Summary | |
---|---|
ProcessingInstruction(String target, String data)
Creates a new processing instruction.
|
Method Summary | |
---|---|
String | getData()
Returns the data for the processing instruction.
|
String | getTarget()
Returns the target for the processing instruction.
|
Parameters: target the target for the processing instruction. data the data for the processing instruction.
Returns: the data for the processing instruction.
Returns: the target for the processing instruction.