ProcessingInstructionpublic interface ProcessingInstruction implements XMLEventAn interface that describes the data found in processing instructions |
Methods Summary |
---|
public java.lang.String | getData()The data section of the processing instruction
| public java.lang.String | getTarget()The target section of the processing instruction
|
|