Package org.vast.ogc.gml.json
Class GMLJsonStreamReader
java.lang.Object
org.vast.json.JsonStreamReader
org.vast.ogc.gml.json.GMLJsonStreamReader
- All Implemented Interfaces:
 XMLStreamConstants,XMLStreamReader,JsonConstants
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.vast.json.JsonStreamReader
JsonStreamReader.JsonContext - 
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class org.vast.json.JsonStreamReader
attNames, attValues, currentContext, eventType, inputEncoding, nextName, reader, valueBuilderFields inherited from interface org.vast.json.JsonConstants
ATT_PREFIX, OBJECT_TYPE_PROPERTYFields 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
ConstructorsConstructorDescriptionGMLJsonStreamReader(com.google.gson.stream.JsonReader reader) GMLJsonStreamReader(InputStream is, Charset charset)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddSpecialNames(HashSet<String> nameList, String... names) protected voidprotected booleanisInlineValue(String name) protected booleanisXmlAttribute(String name) Methods inherited from class org.vast.json.JsonStreamReader
clearContext, close, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getElementText, getEncoding, getEventType, getLocalName, getLocation, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getProperty, getSingularName, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hasName, hasNext, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isValueArray, isWhiteSpace, next, nextTag, popContext, pushContext, require, standaloneSet 
- 
Field Details
- 
xmlAttNames
 - 
inlineValueNames
 
 - 
 - 
Constructor Details
- 
GMLJsonStreamReader
 - 
GMLJsonStreamReader
public GMLJsonStreamReader(com.google.gson.stream.JsonReader reader)  
 - 
 - 
Method Details
- 
initSpecialNames
protected void initSpecialNames() - 
addSpecialNames
 - 
isXmlAttribute
- Overrides:
 isXmlAttributein classJsonStreamReader
 - 
isInlineValue
- Overrides:
 isInlineValuein classJsonStreamReader
 
 -