Uses of Interface
org.drip.service.jsonparser.ContentHandler
| Package | Description |
|---|---|
| org.drip.service.jsonparser |
RFC4627 Compliant JSON Message Parser
|
-
Uses of ContentHandler in org.drip.service.jsonparser
Methods in org.drip.service.jsonparser with parameters of type ContentHandler Modifier and Type Method Description voidLexicalProcessor. parse(java.io.Reader in, ContentHandler contentHandler)Parse from the Input Reader using the specified Content HandlervoidLexicalProcessor. parse(java.io.Reader in, ContentHandler contentHandler, boolean isResume)Stream processing of JSON text.voidLexicalProcessor. parse(java.lang.String s, ContentHandler contentHandler)Parse the String using the specified Content Handler #2voidLexicalProcessor. parse(java.lang.String s, ContentHandler contentHandler, boolean isResume)Parse the String using the specified Content Handler #1