Class Constants
- java.lang.Object
-
- org.apache.synapse.commons.staxon.core.json.stream.impl.Constants
-
public final class Constants extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConstants.SCANNER
-
Field Summary
Fields Modifier and Type Field Description static StringARRAYThe JSON Key for wrapper type anonymous JSON arraystatic StringARRAY_ELEMThe JSON Key for wrapper type anonymous JSON array elementsstatic intC_DOLLORstatic intC_USOCREstatic StringEMPTYstatic StringEMPTY_VALUEstatic StringIDstatic StringOBJECTThe JSON Key for wrapper type JSON Objectstatic StringPRECEDING_DIGITFinal prefix for local names that have preceding digitsstatic StringPRECEDING_DIGIT_SUsed when the local name starts with a digit character.static StringPRECEDING_DOLLORstatic StringPRECEDING_DOLLOR_SUsed when the local name starts with the $ character.
-
-
-
Field Detail
-
OBJECT
public static final String OBJECT
The JSON Key for wrapper type JSON Object- See Also:
- Constant Field Values
-
ARRAY
public static final String ARRAY
The JSON Key for wrapper type anonymous JSON array- See Also:
- Constant Field Values
-
ARRAY_ELEM
public static final String ARRAY_ELEM
The JSON Key for wrapper type anonymous JSON array elements- See Also:
- Constant Field Values
-
EMPTY
public static final String EMPTY
- See Also:
- Constant Field Values
-
EMPTY_VALUE
public static final String EMPTY_VALUE
- See Also:
- Constant Field Values
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
PRECEDING_DIGIT_S
public static final String PRECEDING_DIGIT_S
Used when the local name starts with a digit character.- See Also:
- Constant Field Values
-
PRECEDING_DIGIT
public static final String PRECEDING_DIGIT
Final prefix for local names that have preceding digits- See Also:
- Constant Field Values
-
PRECEDING_DOLLOR_S
public static final String PRECEDING_DOLLOR_S
Used when the local name starts with the $ character.- See Also:
- Constant Field Values
-
PRECEDING_DOLLOR
public static final String PRECEDING_DOLLOR
- See Also:
- Constant Field Values
-
C_DOLLOR
public static final int C_DOLLOR
- See Also:
- Constant Field Values
-
C_USOCRE
public static final int C_USOCRE
- See Also:
- Constant Field Values
-
-