com.bea.xml.stream.events
public class ProcessingInstructionEvent extends BaseEvent implements ProcessingInstruction
| Constructor Summary | |
|---|---|
| ProcessingInstructionEvent() | |
| ProcessingInstructionEvent(String name, String content) | |
| Method Summary | |
|---|---|
| String | getData() |
| String | getTarget() |
| protected void | init() |
| void | setData(String data) |
| void | setTarget(String target) |
| String | toString() |