The public target
field contains a
String
object for the processing instruction's target.
The public data
field contains a
String
object for the processing instruction's data.
package org.cyberneko.pull.event;
public class ProcessingInstructionEvent extends XMLEvent {
public String target;
public XMLString data;
public ProcessingInstructionEvent();
}