|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.xml.util.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 stringpublic static char[] normalizeUnicodeNFC(char[] ch, int start, int length)
ch
- - input char arraystart
- - start positionlength
- - total lengthpublic static java.lang.String normalizeUnicode(java.lang.String s, int mode)
s
- - input stringmode
- - normalization modepublic 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® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |