Oracle® Application Server
XML Java API Reference
10g Release 2 (10.1.2)

Part no. B12024-03
September 2004

oracle.xml.util
Class UnicodeUtil

java.lang.Object
  |
  +--oracle.xml.util.UnicodeUtil

public class UnicodeUtil
extends java.lang.Object

Constructor Summary
UnicodeUtil()
           

 

Method Summary
static java.lang.String normalize2RFC2396(java.lang.String s)
           
static char[] normalizeUnicodeNFC(char[] ch, int start, int length)
           
static java.lang.String normalizeUnicodeNFC(java.lang.String s)
           

 

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

 

Constructor Detail

UnicodeUtil

public UnicodeUtil()
Method Detail

normalizeUnicodeNFC

public static java.lang.String normalizeUnicodeNFC(java.lang.String s)

normalizeUnicodeNFC

public static char[] normalizeUnicodeNFC(char[] ch,
                                         int start,
                                         int length)

normalize2RFC2396

public static java.lang.String normalize2RFC2396(java.lang.String s)

Oracle® Application Server
XML Java API Reference
10g Release 2 (10.1.2)

Part no. B12024-03
September 2004

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