javax.xml.stream.events

Interface ProcessingInstruction

public interface ProcessingInstruction extends XMLEvent

A processing instruction event.
Method Summary
StringgetData()
Returns the processing instruction data.
StringgetTarget()
Returns the processing instruction target.

Method Detail

getData

public String getData()
Returns the processing instruction data.

getTarget

public String getTarget()
Returns the processing instruction target.