Skip navigation links

Oracle® Database Globalization Development Kit Java API Reference
11g Release 1 (11.1)

Book Part Number B28299-01


oracle.i18n.net
Class CharEntityReference.Form

java.lang.Object
  extended by 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.

 

Method Summary

 

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.

Skip navigation links

Oracle® Database Globalization Development Kit Java API Reference
11g Release 1 (11.1)

Book Part Number B28299-01


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