org.apache.xalan.xsltc.dom
Class CollatorFactoryBase

java.lang.Object
  extended by org.apache.xalan.xsltc.dom.CollatorFactoryBase
All Implemented Interfaces:
CollatorFactory

public class CollatorFactoryBase
extends Object
implements CollatorFactory

Author:
W. Eliot Kimber (eliot@isogen.com)

Field Summary
static Collator DEFAULT_COLLATOR
           
static Locale DEFAULT_LOCALE
           
 
Constructor Summary
CollatorFactoryBase()
           
 
Method Summary
 Collator getCollator(Locale locale)
           
 Collator getCollator(String lang, String country)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_LOCALE

public static final Locale DEFAULT_LOCALE

DEFAULT_COLLATOR

public static final Collator DEFAULT_COLLATOR
Constructor Detail

CollatorFactoryBase

public CollatorFactoryBase()
Method Detail

getCollator

public Collator getCollator(String lang,
                            String country)
Specified by:
getCollator in interface CollatorFactory

getCollator

public Collator getCollator(Locale locale)
Specified by:
getCollator in interface CollatorFactory


Copyright ? 2005 Apache XML Project. All Rights Reserved.