Package org.vast.json
Class JsonStreamReader
java.lang.Object
org.vast.json.JsonStreamReader
- All Implemented Interfaces:
XMLStreamConstants
,XMLStreamReader
,JsonConstants
- Direct Known Subclasses:
GMLJsonStreamReader
,SWEJsonStreamReader
Stream reader implementation for unmarshalling SWE metadata from JSON.
This transforms JSON parsing events into XML parsing events so it can be
used with existing StAX parsers.
- Since:
- Jan 26, 2017
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JsonStreamReader.JsonContext
protected int
protected String
protected String
protected com.google.gson.stream.JsonReader
protected StringBuilder
Fields inherited from interface org.vast.json.JsonConstants
ATT_PREFIX, OBJECT_TYPE_PROPERTY
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
ConstructorsConstructorDescriptionJsonStreamReader
(com.google.gson.stream.JsonReader reader) JsonStreamReader
(InputStream is, Charset charset) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
close()
int
getAttributeLocalName
(int index) getAttributeName
(int index) getAttributeNamespace
(int index) getAttributePrefix
(int index) getAttributeType
(int index) getAttributeValue
(int index) getAttributeValue
(String namespaceURI, String localName) int
getName()
int
getNamespacePrefix
(int index) getNamespaceURI
(int index) getNamespaceURI
(String prefix) getProperty
(String name) protected String
getSingularName
(String name) getText()
char[]
int
getTextCharacters
(int sourceStart, char[] target, int targetStart, int length) int
int
boolean
hasName()
boolean
hasNext()
boolean
hasText()
boolean
isAttributeSpecified
(int index) boolean
boolean
protected boolean
isInlineValue
(String name) boolean
boolean
protected boolean
isValueArray
(String name) boolean
protected boolean
isXmlAttribute
(String name) int
next()
int
nextTag()
protected void
protected void
pushContext
(String eltName) void
boolean
-
Field Details
-
reader
protected com.google.gson.stream.JsonReader reader -
inputEncoding
-
currentContext
-
eventType
protected int eventType -
nextName
-
attNames
-
attValues
-
valueBuilder
-
-
Constructor Details
-
JsonStreamReader
-
JsonStreamReader
public JsonStreamReader(com.google.gson.stream.JsonReader reader)
-
-
Method Details
-
isXmlAttribute
-
isInlineValue
-
isValueArray
-
getSingularName
-
pushContext
-
popContext
protected void popContext() -
clearContext
protected void clearContext() -
next
- Specified by:
next
in interfaceXMLStreamReader
- Throws:
JsonStreamException
-
nextTag
- Specified by:
nextTag
in interfaceXMLStreamReader
- Throws:
JsonStreamException
-
getAttributeCount
public int getAttributeCount()- Specified by:
getAttributeCount
in interfaceXMLStreamReader
-
getAttributeLocalName
- Specified by:
getAttributeLocalName
in interfaceXMLStreamReader
-
getAttributeValue
- Specified by:
getAttributeValue
in interfaceXMLStreamReader
-
getAttributeName
- Specified by:
getAttributeName
in interfaceXMLStreamReader
-
getAttributeNamespace
- Specified by:
getAttributeNamespace
in interfaceXMLStreamReader
-
getAttributePrefix
- Specified by:
getAttributePrefix
in interfaceXMLStreamReader
-
getAttributeType
- Specified by:
getAttributeType
in interfaceXMLStreamReader
-
getAttributeValue
- Specified by:
getAttributeValue
in interfaceXMLStreamReader
-
getElementText
- Specified by:
getElementText
in interfaceXMLStreamReader
- Throws:
JsonStreamException
-
getEventType
public int getEventType()- Specified by:
getEventType
in interfaceXMLStreamReader
-
getLocalName
- Specified by:
getLocalName
in interfaceXMLStreamReader
-
getName
- Specified by:
getName
in interfaceXMLStreamReader
-
getNamespaceContext
- Specified by:
getNamespaceContext
in interfaceXMLStreamReader
-
getNamespaceCount
public int getNamespaceCount()- Specified by:
getNamespaceCount
in interfaceXMLStreamReader
-
getNamespacePrefix
- Specified by:
getNamespacePrefix
in interfaceXMLStreamReader
-
getNamespaceURI
- Specified by:
getNamespaceURI
in interfaceXMLStreamReader
-
getNamespaceURI
- Specified by:
getNamespaceURI
in interfaceXMLStreamReader
-
getNamespaceURI
- Specified by:
getNamespaceURI
in interfaceXMLStreamReader
-
getPIData
- Specified by:
getPIData
in interfaceXMLStreamReader
-
getPITarget
- Specified by:
getPITarget
in interfaceXMLStreamReader
-
getPrefix
- Specified by:
getPrefix
in interfaceXMLStreamReader
-
getProperty
- Specified by:
getProperty
in interfaceXMLStreamReader
- Throws:
IllegalArgumentException
-
getText
- Specified by:
getText
in interfaceXMLStreamReader
-
getTextCharacters
public char[] getTextCharacters()- Specified by:
getTextCharacters
in interfaceXMLStreamReader
-
getTextCharacters
public int getTextCharacters(int sourceStart, char[] target, int targetStart, int length) throws JsonStreamException - Specified by:
getTextCharacters
in interfaceXMLStreamReader
- Throws:
JsonStreamException
-
getTextLength
public int getTextLength()- Specified by:
getTextLength
in interfaceXMLStreamReader
-
getTextStart
public int getTextStart()- Specified by:
getTextStart
in interfaceXMLStreamReader
-
hasName
public boolean hasName()- Specified by:
hasName
in interfaceXMLStreamReader
-
hasNext
- Specified by:
hasNext
in interfaceXMLStreamReader
- Throws:
JsonStreamException
-
hasText
public boolean hasText()- Specified by:
hasText
in interfaceXMLStreamReader
-
isAttributeSpecified
public boolean isAttributeSpecified(int index) - Specified by:
isAttributeSpecified
in interfaceXMLStreamReader
-
isCharacters
public boolean isCharacters()- Specified by:
isCharacters
in interfaceXMLStreamReader
-
isEndElement
public boolean isEndElement()- Specified by:
isEndElement
in interfaceXMLStreamReader
-
isStartElement
public boolean isStartElement()- Specified by:
isStartElement
in interfaceXMLStreamReader
-
isWhiteSpace
public boolean isWhiteSpace()- Specified by:
isWhiteSpace
in interfaceXMLStreamReader
-
require
- Specified by:
require
in interfaceXMLStreamReader
- Throws:
JsonStreamException
-
getVersion
- Specified by:
getVersion
in interfaceXMLStreamReader
-
getCharacterEncodingScheme
- Specified by:
getCharacterEncodingScheme
in interfaceXMLStreamReader
-
isStandalone
public boolean isStandalone()- Specified by:
isStandalone
in interfaceXMLStreamReader
-
standaloneSet
public boolean standaloneSet()- Specified by:
standaloneSet
in interfaceXMLStreamReader
-
getLocation
- Specified by:
getLocation
in interfaceXMLStreamReader
-
getEncoding
- Specified by:
getEncoding
in interfaceXMLStreamReader
-
close
- Specified by:
close
in interfaceXMLStreamReader
- Throws:
JsonStreamException
-