Oracle® XML Java API Reference
Release 1 (10.1)

B12024-01

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® XML Java API Reference
Release 1 (10.1)

B12024-01

Copyright © 2003, Oracle. All Rights Reserved.