B C E F G H N P S T W X

B

beginArray() - Method in class com.stanfy.gsonxml.XmlReader
 
beginObject() - Method in class com.stanfy.gsonxml.XmlReader
 

C

com.stanfy.gsonxml - package com.stanfy.gsonxml
 
create() - Method in class com.stanfy.gsonxml.GsonXmlBuilder
Creates a GsonXml instance based on the current configuration.
createParser() - Method in interface com.stanfy.gsonxml.XmlParserCreator
 

E

endArray() - Method in class com.stanfy.gsonxml.XmlReader
 
endObject() - Method in class com.stanfy.gsonxml.XmlReader
 

F

fromXml(String, Class<T>) - Method in class com.stanfy.gsonxml.GsonXml
 
fromXml(String, Type) - Method in class com.stanfy.gsonxml.GsonXml
 
fromXml(Reader, Class<T>) - Method in class com.stanfy.gsonxml.GsonXml
 
fromXml(Reader, Type) - Method in class com.stanfy.gsonxml.GsonXml
 
fromXml(XmlReader, Type) - Method in class com.stanfy.gsonxml.GsonXml
Reads the next JSON value from reader and convert it to an object of type typeOfT.

G

getGson() - Method in class com.stanfy.gsonxml.GsonXml
 
GsonXml - Class in com.stanfy.gsonxml
Wrapper for Gson.
GsonXmlBuilder - Class in com.stanfy.gsonxml
Use this builder for constructing GsonXml object.
GsonXmlBuilder() - Constructor for class com.stanfy.gsonxml.GsonXmlBuilder
 

H

hasNext() - Method in class com.stanfy.gsonxml.XmlReader
 

N

nextBoolean() - Method in class com.stanfy.gsonxml.XmlReader
 
nextDouble() - Method in class com.stanfy.gsonxml.XmlReader
 
nextInt() - Method in class com.stanfy.gsonxml.XmlReader
 
nextLong() - Method in class com.stanfy.gsonxml.XmlReader
 
nextName() - Method in class com.stanfy.gsonxml.XmlReader
 
nextString() - Method in class com.stanfy.gsonxml.XmlReader
 

P

peek() - Method in class com.stanfy.gsonxml.XmlReader
 

S

setPrimitiveArrays(boolean) - Method in class com.stanfy.gsonxml.GsonXmlBuilder
If set to true than arrays can contain primitive values.
setRootArrayPrimitive(boolean) - Method in class com.stanfy.gsonxml.GsonXmlBuilder
When set to true and the root element is parsed as a collection this collection items are treated as primitives.
setSameNameLists(boolean) - Method in class com.stanfy.gsonxml.GsonXmlBuilder
Here's the difference.
Same name lists: on
setSkipRoot(boolean) - Method in class com.stanfy.gsonxml.GsonXmlBuilder
Here's the difference.
Skip root: on
setTreatNamespaces(boolean) - Method in class com.stanfy.gsonxml.GsonXmlBuilder
Here's the difference.
Treat namespaces: on
setXmlParserCreator(XmlParserCreator) - Method in class com.stanfy.gsonxml.GsonXmlBuilder
Set a factory for XML pull parser.
skipValue() - Method in class com.stanfy.gsonxml.XmlReader
 

T

toString() - Method in class com.stanfy.gsonxml.GsonXml
 
toString() - Method in class com.stanfy.gsonxml.XmlReader
 

W

wrap(GsonBuilder) - Method in class com.stanfy.gsonxml.GsonXmlBuilder
 

X

XmlParserCreator - Interface in com.stanfy.gsonxml
Creates XML pull parser.
XmlReader - Class in com.stanfy.gsonxml
Reads XML as JSON.
XmlReader(Reader, XmlParserCreator, XmlReader.Options) - Constructor for class com.stanfy.gsonxml.XmlReader
 
XmlReader.Options - Class in com.stanfy.gsonxml
Xml reader options.
XmlReader.Options() - Constructor for class com.stanfy.gsonxml.XmlReader.Options
 

B C E F G H N P S T W X