org.glassfish.jersey.media.json.internal.reader
Class EndElementEvent

java.lang.Object
  extended by org.glassfish.jersey.media.json.internal.reader.JsonReaderXmlEvent
      extended by org.glassfish.jersey.media.json.internal.reader.EndElementEvent

public class EndElementEvent
extends JsonReaderXmlEvent

JSON parser end element event.

Author:
Jakub Podlesak

Nested Class Summary
 
Nested classes/interfaces inherited from class org.glassfish.jersey.media.json.internal.reader.JsonReaderXmlEvent
JsonReaderXmlEvent.Attribute
 
Constructor Summary
EndElementEvent(QName name, Location location)
           
 
Method Summary
 int getEventType()
           
 boolean isEndElement()
           
 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

EndElementEvent

public EndElementEvent(QName name,
                       Location location)
Method Detail

isEndElement

public boolean isEndElement()
Overrides:
isEndElement in class JsonReaderXmlEvent

getEventType

public int getEventType()
Specified by:
getEventType in class JsonReaderXmlEvent

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.