com.sun.jersey.json.impl.reader
Class EndDocumentEvent
java.lang.Object
com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
com.sun.jersey.json.impl.reader.EndDocumentEvent
public class EndDocumentEvent
- extends JsonReaderXmlEvent
- Author:
- japod
Methods inherited from class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent |
addAttribute, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getLocalName, getLocation, getName, getPrefix, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, hasName, isAttribute, isAttributeSpecified, isCharacters, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement |
EndDocumentEvent
public EndDocumentEvent(Location location)
isEndDocument
public boolean isEndDocument()
- Overrides:
isEndDocument
in class JsonReaderXmlEvent
getEventType
public int getEventType()
- Specified by:
getEventType
in class JsonReaderXmlEvent
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Oracle Corporation. All Rights Reserved.