|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentHandler | |
|---|---|
| net.minidev.json | |
| net.minidev.json.parser | |
| Uses of ContentHandler in net.minidev.json |
|---|
| Classes in net.minidev.json that implement ContentHandler | |
|---|---|
class |
JSONStyler
This class is used to format JSon output, fot a better humain readability |
| Methods in net.minidev.json with parameters of type ContentHandler | |
|---|---|
static void |
JSONValue.SAXParse(InputStream input,
ContentHandler handler)
Parse Json Using SAX event handler |
static void |
JSONValue.SAXParse(Reader input,
ContentHandler handler)
Parse Json Using SAX event handler |
static void |
JSONValue.SAXParse(String input,
ContentHandler handler)
Parse Json Using SAX event handler |
| Uses of ContentHandler in net.minidev.json.parser |
|---|
| Classes in net.minidev.json.parser that implement ContentHandler | |
|---|---|
class |
ContentHandlerCompressor
|
class |
ContentHandlerDumy
|
| Methods in net.minidev.json.parser with parameters of type ContentHandler | |
|---|---|
Object |
JSONParser.parse(byte[] in,
ContainerFactory containerFactory,
ContentHandler handler)
|
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,
ContentHandler handler)
use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactory |
Object |
JSONParser.parse(String in,
ContainerFactory containerFactory,
ContentHandler handler)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||