Package | Description |
---|---|
net.minidev.json | |
net.minidev.json.parser |
Constructor and Description |
---|
JSONNavi(ContainerFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
FakeContainerFactory
Fake Container factory used for JSon check and SaX parsing
|
Modifier and Type | Field and Description |
---|---|
static ContainerFactory |
ContainerFactory.FACTORY_ORDERED |
static ContainerFactory |
ContainerFactory.FACTORY_SIMPLE
Default factory
|
Modifier and Type | Method and Description |
---|---|
Object |
JSONParser.parse(byte[] in,
ContainerFactory containerFactory)
use to return Primitive Type, or String, Or JsonObject or JsonArray
generated by a ContainerFactory
|
Object |
JSONParser.parse(byte[] in,
ContainerFactory containerFactory,
ContentHandler handler) |
Object |
JSONParser.parse(byte[] in,
int offset,
int length,
ContainerFactory containerFactory) |
Object |
JSONParser.parse(byte[] in,
int offset,
int length,
ContainerFactory containerFactory,
ContentHandler handler) |
Object |
JSONParser.parse(InputStream in,
ContainerFactory containerFactory)
use to return Primitive Type, or String, Or JsonObject or JsonArray
generated by a ContainerFactory
|
Object |
JSONParser.parse(InputStream in,
ContainerFactory containerFactory,
ContentHandler handler)
use to return Primitive Type, or String, Or JsonObject or JsonArray
generated by a ContainerFactory
|
Object |
JSONParser.parse(Reader in,
ContainerFactory containerFactory)
use to return Primitive Type, or String, Or JsonObject or JsonArray
generated by a ContainerFactory
|
Object |
JSONParser.parse(Reader in,
ContainerFactory containerFactory,
ContentHandler handler)
use to return Primitive Type, or String, Or JsonObject or JsonArray
generated by a ContainerFactory
|
Object |
JSONParser.parse(String in,
ContainerFactory containerFactory)
use to return Primitive Type, or String, Or JsonObject or JsonArray
generated by a ContainerFactory
|
Object |
JSONParser.parse(String in,
ContainerFactory containerFactory,
ContentHandler handler) |
Copyright © 2013 Chemouni Uriel. All Rights Reserved.