Oracle® Globalization Development Kit Java API Reference
10g Release 1(10.1)

B10971-01

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
static CharEntityReference.Form DECIMAL_NUMBER
          Constant value to specify the escaped values in decimal number form, used for all data, 〹.
static CharEntityReference.Form HEXADECIMAL_NUMBER
          Constant value to specify the escaped values in hexadecimal number form, used for all data, ስ.
static CharEntityReference.Form NAMED
          Constant value to specify the escaped values in a registered named entity, e.g., &amplt;.
static CharEntityReference.Form NAMED_DECIMAL_NUMBER
          Constant value to specify the escaped values in a named character entity, if the entiry is registered.
static CharEntityReference.Form NAMED_HEXADECIMAL_NUMBER
          Constant value to specify the escaped values in a named character entity, if the entiry is registered.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

NAMED

public static final CharEntityReference.Form NAMED
Constant value to specify the escaped values in a registered named entity, e.g., &amplt;.

DECIMAL_NUMBER

public static final CharEntityReference.Form DECIMAL_NUMBER
Constant value to specify the escaped values in decimal number form, used for all data, 〹.

HEXADECIMAL_NUMBER

public static final CharEntityReference.Form HEXADECIMAL_NUMBER
Constant value to specify the escaped values in hexadecimal number form, used for all data, ስ.

NAMED_HEXADECIMAL_NUMBER

public static final CharEntityReference.Form NAMED_HEXADECIMAL_NUMBER
Constant value to specify the escaped values in a named character entity, if the entiry is registered. Otherwise, HEXADECIMAL_NUMBER form will be used.

NAMED_DECIMAL_NUMBER

public static final CharEntityReference.Form NAMED_DECIMAL_NUMBER
Constant value to specify the escaped values in a named character entity, if the entiry is registered. Otherwise, DECIMAL_NUMBER form will be used.

Oracle® Globalization Development Kit Java API Reference
10g Release 1(10.1)

B10971-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.