org.exolab.castor.xml
public class ProcessingInstruction extends Object
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:09:13 $
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.