public class ProcessingInstructionEvent extends EventBase implements javax.xml.stream.events.ProcessingInstruction
_eventType, _location
Constructor and Description |
---|
ProcessingInstructionEvent() |
ProcessingInstructionEvent(java.lang.String targetName,
java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getData() |
java.lang.String |
getTarget() |
protected void |
init() |
void |
setData(java.lang.String data) |
void |
setTarget(java.lang.String targetName) |
java.lang.String |
toString() |
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, getSystemId, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, setEventType, setLocation, writeAsEncodedUnicode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
public ProcessingInstructionEvent()
public ProcessingInstructionEvent(java.lang.String targetName, java.lang.String data)
protected void init()
public java.lang.String getTarget()
getTarget
in interface javax.xml.stream.events.ProcessingInstruction
public void setTarget(java.lang.String targetName)
public void setData(java.lang.String data)
public java.lang.String getData()
getData
in interface javax.xml.stream.events.ProcessingInstruction
public java.lang.String toString()
toString
in class java.lang.Object