Package oracle.i18n.net
Class CharEntityReference.Form
- java.lang.Object
-
- oracle.i18n.net.CharEntityReference.Form
-
- Enclosing class:
- CharEntityReference
public static class CharEntityReference.Form extends Object
Form parameter class that specifies the escaped form.
-
-
Field Summary
Fields Modifier and Type Field Description static CharEntityReference.Form
DECIMAL_NUMBER
Constant value used to specify the escaped values in decimal number form; used for all data, for example,〹
.static CharEntityReference.Form
HEXADECIMAL_NUMBER
Constant value used to specify the escaped values in hexadecimal number form; used for all data, for example,ስ
.static CharEntityReference.Form
NAMED
Constant value used to specify the escaped values in a registered named entity, for example,<
.static CharEntityReference.Form
NAMED_DECIMAL_NUMBER
Constant value used to specify the escaped values in a named character entity, if the entity is registered.static CharEntityReference.Form
NAMED_HEXADECIMAL_NUMBER
Constant value used to specify the escaped values in a named character entity, if the entity is registered.
-
-
-
Field Detail
-
NAMED
public static final CharEntityReference.Form NAMED
Constant value used to specify the escaped values in a registered named entity, for example,<
.
-
DECIMAL_NUMBER
public static final CharEntityReference.Form DECIMAL_NUMBER
Constant value used to specify the escaped values in decimal number form; used for all data, for example,〹
.
-
HEXADECIMAL_NUMBER
public static final CharEntityReference.Form HEXADECIMAL_NUMBER
Constant value used to specify the escaped values in hexadecimal number form; used for all data, for example,ስ
.
-
NAMED_HEXADECIMAL_NUMBER
public static final CharEntityReference.Form NAMED_HEXADECIMAL_NUMBER
Constant value used to specify the escaped values in a named character entity, if the entity is registered. Otherwise, theHEXADECIMAL_NUMBER
form is used.
-
NAMED_DECIMAL_NUMBER
public static final CharEntityReference.Form NAMED_DECIMAL_NUMBER
Constant value used to specify the escaped values in a named character entity, if the entity is registered. Otherwise, theDECIMAL_NUMBER
form is used.
-
-