|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.stax2.ri.evt.BaseEventImpl
org.codehaus.stax2.ri.evt.ProcInstrEventImpl
| Field Summary |
| Fields inherited from class org.codehaus.stax2.ri.evt.BaseEventImpl |
mLocation |
| Fields inherited from interface javax.xml.stream.XMLStreamConstants |
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT |
| Constructor Summary | |
ProcInstrEventImpl(javax.xml.stream.Location loc,
java.lang.String target,
java.lang.String data)
|
|
| Method Summary | |
java.lang.String |
getData()
|
int |
getEventType()
|
java.lang.String |
getTarget()
|
boolean |
isProcessingInstruction()
|
void |
writeAsEncodedUnicode(java.io.Writer w)
|
void |
writeUsing(XMLStreamWriter2 w)
|
| Methods inherited from class org.codehaus.stax2.ri.evt.BaseEventImpl |
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isStartDocument, isStartElement, throwFromIOE, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.xml.stream.events.XMLEvent |
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isStartDocument, isStartElement |
| Constructor Detail |
public ProcInstrEventImpl(javax.xml.stream.Location loc,
java.lang.String target,
java.lang.String data)
| Method Detail |
public java.lang.String getData()
getData in interface javax.xml.stream.events.ProcessingInstructionpublic java.lang.String getTarget()
getTarget in interface javax.xml.stream.events.ProcessingInstructionpublic int getEventType()
getEventType in interface javax.xml.stream.events.XMLEventgetEventType in class BaseEventImplpublic boolean isProcessingInstruction()
isProcessingInstruction in interface javax.xml.stream.events.XMLEventisProcessingInstruction in class BaseEventImpl
public void writeAsEncodedUnicode(java.io.Writer w)
throws javax.xml.stream.XMLStreamException
writeAsEncodedUnicode in interface javax.xml.stream.events.XMLEventwriteAsEncodedUnicode in class BaseEventImpljavax.xml.stream.XMLStreamException
public void writeUsing(XMLStreamWriter2 w)
throws javax.xml.stream.XMLStreamException
writeUsing in interface XMLEvent2writeUsing in class BaseEventImpljavax.xml.stream.XMLStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||