- java.lang.Object
-
- org.xbib.content.xml.json.events.JsonReaderXmlEvent
-
- org.xbib.content.xml.json.events.EndDocumentEvent
-
public class EndDocumentEvent extends JsonReaderXmlEvent
-
-
Constructor Summary
Constructors Constructor Description EndDocumentEvent(javax.xml.stream.Location location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEventType()booleanisEndDocument()java.lang.StringtoString()-
Methods inherited from class org.xbib.content.xml.json.events.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, setLocation, setQName, setText
-
-
-
-
Method Detail
-
isEndDocument
public boolean isEndDocument()
- Overrides:
isEndDocumentin classJsonReaderXmlEvent
-
getEventType
public int getEventType()
- Specified by:
getEventTypein classJsonReaderXmlEvent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-