Class CharEntityReference.Form

  • Enclosing class:
    CharEntityReference

    public static class CharEntityReference.Form
    extends Object
    Form parameter class that specifies the escaped form.
    • 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, the HEXADECIMAL_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, the DECIMAL_NUMBER form is used.