Uses of Class
org.basex.query.util.json.JsonParser.Spec

Packages that use JsonParser.Spec
org.basex.query.util.json   
 

Uses of JsonParser.Spec in org.basex.query.util.json
 

Methods in org.basex.query.util.json that return JsonParser.Spec
static JsonParser.Spec JsonParser.Spec.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JsonParser.Spec[] JsonParser.Spec.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.basex.query.util.json with parameters of type JsonParser.Spec
static JsonConverter JsonConverter.newInstance(byte[] type, JsonParser.Spec spec, boolean unesc, InputInfo ii)
          Returns a JsonConverter for the given configuration.
static void JsonParser.parse(java.lang.String json, JsonParser.Spec sp, boolean unesc, JsonHandler h, InputInfo ii)
          Parses the input JSON string and directs the parse events to the given handler.
static TokenBuilder JsonStringConverter.print(java.lang.String json, JsonParser.Spec spec, boolean un, TokenBuilder tb)
          Writes a pretty-printed representation of the given JSON string to the given builder.
 

Constructors in org.basex.query.util.json with parameters of type JsonParser.Spec
JsonCGConverter(JsonParser.Spec sp, boolean unesc, InputInfo ii)
          Constructor.
JsonMapConverter(JsonParser.Spec sp, boolean unesc, InputInfo ii)
          Constructor.