|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.xml.stream.events.XMLEventImpl
com.caucho.xml.stream.events.ProcessingInstructionImpl
public class ProcessingInstructionImpl
| Field Summary |
|---|
| 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 | |
|---|---|
ProcessingInstructionImpl(java.lang.String target,
java.lang.String data)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getData()
|
int |
getEventType()
|
java.lang.String |
getTarget()
|
void |
writeAsEncodedUnicode(java.io.Writer writer)
|
| Methods inherited from class com.caucho.xml.stream.events.XMLEventImpl |
|---|
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.xml.stream.events.XMLEvent |
|---|
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement |
| Constructor Detail |
|---|
public ProcessingInstructionImpl(java.lang.String target,
java.lang.String data)
| Method Detail |
|---|
public java.lang.String getData()
getData in interface ProcessingInstructionpublic java.lang.String getTarget()
getTarget in interface ProcessingInstructionpublic int getEventType()
getEventType in interface XMLEventgetEventType in class XMLEventImpl
public void writeAsEncodedUnicode(java.io.Writer writer)
throws XMLStreamException
writeAsEncodedUnicode in interface XMLEventwriteAsEncodedUnicode in class XMLEventImplXMLStreamExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||