Class Constants
java.lang.Object
org.apache.synapse.commons.staxon.core.json.stream.impl.Constants
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe JSON Key for wrapper type anonymous JSON arraystatic final StringThe JSON Key for wrapper type anonymous JSON array elementsstatic final intstatic final intstatic final Stringstatic final Stringstatic final Stringstatic final StringThe JSON Key for wrapper type JSON Objectstatic final StringFinal prefix for local names that have preceding digitsstatic final StringUsed when the local name starts with a digit character.static final Stringstatic final StringUsed when the local name starts with the $ character. -
Method Summary
-
Field Details
-
OBJECT
The JSON Key for wrapper type JSON Object- See Also:
-
ARRAY
The JSON Key for wrapper type anonymous JSON array- See Also:
-
ARRAY_ELEM
The JSON Key for wrapper type anonymous JSON array elements- See Also:
-
EMPTY
- See Also:
-
EMPTY_VALUE
- See Also:
-
ID
- See Also:
-
PRECEDING_DIGIT_S
Used when the local name starts with a digit character.- See Also:
-
PRECEDING_DIGIT
Final prefix for local names that have preceding digits- See Also:
-
PRECEDING_DOLLOR_S
Used when the local name starts with the $ character.- See Also:
-
PRECEDING_DOLLOR
- See Also:
-
C_DOLLOR
public static final int C_DOLLOR- See Also:
-
C_USOCRE
public static final int C_USOCRE- See Also:
-