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 void
LexicalProcessor. parse(java.io.Reader in, ContentHandler contentHandler)
Parse from the Input Reader using the specified Content Handlervoid
LexicalProcessor. parse(java.io.Reader in, ContentHandler contentHandler, boolean isResume)
Stream processing of JSON text.void
LexicalProcessor. parse(java.lang.String s, ContentHandler contentHandler)
Parse the String using the specified Content Handlervoid
LexicalProcessor. parse(java.lang.String s, ContentHandler contentHandler, boolean isResume)
Parse the String using the specified Content Handler