Uses of Interface
net.minidev.json.parser.ContentHandler
-
Packages that use ContentHandler Package Description net.minidev.json net.minidev.json.parser -
-
Uses of ContentHandler in net.minidev.json
Methods in net.minidev.json with parameters of type ContentHandler Modifier and Type Method Description static voidJSONValue. SAXParse(InputStream input, ContentHandler handler)Parse Json Using SAX event handlerstatic voidJSONValue. SAXParse(Reader input, ContentHandler handler)Parse Json Using SAX event handlerstatic voidJSONValue. 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 Modifier and Type Class Description classContentHandlerCompressorclassContentHandlerDumyMethods in net.minidev.json.parser with parameters of type ContentHandler Modifier and Type Method Description ObjectJSONParser. parse(byte[] in, int offset, int length, ContainerFactory containerFactory, ContentHandler handler)ObjectJSONParser. parse(byte[] in, ContainerFactory containerFactory, ContentHandler handler)ObjectJSONParser. parse(InputStream in, ContainerFactory containerFactory, ContentHandler handler)use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactoryObjectJSONParser. parse(Reader in, ContainerFactory containerFactory, ContentHandler handler)use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactoryObjectJSONParser. parse(String in, ContainerFactory containerFactory, ContentHandler handler)
-