package javax.xml.stream.events; public interface ProcessingInstruction extends XMLEvent { public String getTarget(); public String getData(); }