javax.xml.stream.events.ProcessingInstruction, javax.xml.stream.events.XMLEvent, javax.xml.stream.XMLStreamConstantspublic class ProcessingInstructionEvent extends EventBase implements javax.xml.stream.events.ProcessingInstruction
_eventType, _location| Constructor | Description |
|---|---|
ProcessingInstructionEvent() |
|
ProcessingInstructionEvent(java.lang.String targetName,
java.lang.String data) |
| Modifier and Type | Method | 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, writeAsEncodedUnicodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicodepublic 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.ProcessingInstructionpublic 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.ProcessingInstructionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018 Oracle Corporation. All rights reserved.