Oracle® Globalization Development Kit Java API Reference
10g Release 2 (10.2)

Part No. B14224-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 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, &amplt;.
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.

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 used to specify the escaped values in a registered named entity, for example, &amplt;.

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.

Oracle® Globalization Development Kit Java API Reference
10g Release 2 (10.2)

Part No. B14224-01

Copyright © 2003, 2005, Oracle. All rights reserved.