C D G J O P Q V W 
All Classes All Packages

C

COMMENTS - org.apache.sling.contentparser.json.JSONParserFeature
Support comments (/* ...

D

DEFAULT_JSON_PARSER_FEATURES - Static variable in class org.apache.sling.contentparser.json.JSONParserOptions
List of JSON parser features activated by default.

G

getFeatures() - Method in class org.apache.sling.contentparser.json.JSONParserOptions
Returns a copy of the features encapsulated by this instance.

J

JSONContentParser - Class in org.apache.sling.contentparser.json.internal
 
JSONContentParser() - Constructor for class org.apache.sling.contentparser.json.internal.JSONContentParser
 
JSONParserFeature - Enum in org.apache.sling.contentparser.json
Feature flags for parsing JSON files.
JSONParserOptions - Class in org.apache.sling.contentparser.json
Defines specific JSON parser options which can be used with the JSON ContentParser implementations provided by this bundle.
JSONParserOptions() - Constructor for class org.apache.sling.contentparser.json.JSONParserOptions
 

O

org.apache.sling.contentparser.json - package org.apache.sling.contentparser.json
 
org.apache.sling.contentparser.json.internal - package org.apache.sling.contentparser.json.internal
 

P

parse(ContentHandler, InputStream, ParserOptions) - Method in class org.apache.sling.contentparser.json.internal.JSONContentParser
 

Q

QUOTE_TICK - org.apache.sling.contentparser.json.JSONParserFeature
Support ticks (') additional to double quotes (") as quoting symbol for JSON names and strings.

V

valueOf(String) - Static method in enum org.apache.sling.contentparser.json.JSONParserFeature
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.sling.contentparser.json.JSONParserFeature
Returns an array containing the constants of this enum type, in the order they are declared.

W

withFeatures(Set<JSONParserFeature>) - Method in class org.apache.sling.contentparser.json.JSONParserOptions
Set the features the JSON parser should apply when parsing files.
withFeatures(JSONParserFeature...) - Method in class org.apache.sling.contentparser.json.JSONParserOptions
Set the features the JSON parser should apply when parsing files.
C D G J O P Q V W 
All Classes All Packages