Interface | Description |
---|---|
IParser |
General interface - either an XML or JSON parser: read or write instances
Defined to allow a factory to create a parser of the right type
|
JsonCreator |
Facade to GSON writer, or something that imposes property ordering first
|
Class | Description |
---|---|
FormatUtilities | |
JsonCreatorCanonical | |
JsonCreatorDirect |
A little implementation of a json write to replace Gson ....
|
JsonCreatorGson | |
JsonParser | |
JsonParserBase |
General parser for JSON content.
|
ParserBase | |
RdfParserBase | |
TurtleLexer | |
XmlParser | |
XmlParserBase |
General parser for XML content.
|
Enum | Description |
---|---|
IParser.OutputStyle | |
ParserType |
Used in factory methods for parsers, for requesting a parser of a particular type
(see IWorkerContext)
|
TurtleLexer.TurtleTokenType |
Copyright © 2014–2019 University Health Network. All rights reserved.