|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.media.json.internal.reader.JsonReaderXmlEvent
org.glassfish.jersey.media.json.internal.reader.EndElementEvent
public class EndElementEvent
JSON parser end element event.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.glassfish.jersey.media.json.internal.reader.JsonReaderXmlEvent |
|---|
JsonReaderXmlEvent.Attribute |
| Constructor Summary | |
|---|---|
EndElementEvent(javax.xml.namespace.QName name,
javax.xml.stream.Location location)
|
|
| Method Summary | |
|---|---|
int |
getEventType()
|
boolean |
isEndElement()
|
java.lang.String |
toString()
|
| Methods inherited from class org.glassfish.jersey.media.json.internal.reader.JsonReaderXmlEvent |
|---|
addAttribute, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getLocalName, getLocation, getName, getPrefix, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, hasName, isAttribute, isAttributeSpecified, isCharacters, isEndDocument, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EndElementEvent(javax.xml.namespace.QName name,
javax.xml.stream.Location location)
| Method Detail |
|---|
public boolean isEndElement()
isEndElement in class JsonReaderXmlEventpublic int getEventType()
getEventType in class JsonReaderXmlEventpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||