|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.xml.util.UnicodeUtil
public class UnicodeUtil
| Constructor Summary | |
|---|---|
UnicodeUtil() |
|
| Method Summary | |
|---|---|
static java.lang.String |
normalize2RFC2396(java.lang.String s)normalize a string to RFC 2396 standards |
static char[] |
normalizeUnicode(char[] ch, int start, int length, int mode)normalize unicode char array based on the mode |
static java.lang.String |
normalizeUnicode(java.lang.String s, int mode)normalize unicode string based on the mode |
static char[] |
normalizeUnicodeNFC(char[] ch, int start, int length)normalize unicode char array based on NFC |
static java.lang.String |
normalizeUnicodeNFC(java.lang.String s)normalize unicode string based on NFC |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnicodeUtil()
| Method Detail |
|---|
public static java.lang.String normalizeUnicodeNFC(java.lang.String s)
s - - input string
public static char[] normalizeUnicodeNFC(char[] ch,
int start,
int length)
ch - - input char arraystart - - start positionlength - - total length
public static java.lang.String normalizeUnicode(java.lang.String s,
int mode)
s - - input stringmode - - normalization mode
public static char[] normalizeUnicode(char[] ch,
int start,
int length,
int mode)
ch - - input char arraystart - - start positionlength - - total lengthmode - - normalization modepublic static java.lang.String normalize2RFC2396(java.lang.String s)
s - - input string
|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||