org.apache.xalan.xsltc.dom
Class CollatorFactoryBase
java.lang.Object
org.apache.xalan.xsltc.dom.CollatorFactoryBase
- All Implemented Interfaces:
- CollatorFactory
public class CollatorFactoryBase
- extends java.lang.Object
- implements CollatorFactory
- Author:
- W. Eliot Kimber (eliot@isogen.com)
Method Summary |
java.text.Collator |
getCollator(java.util.Locale locale)
|
java.text.Collator |
getCollator(java.lang.String lang,
java.lang.String country)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_LOCALE
public static final java.util.Locale DEFAULT_LOCALE
DEFAULT_COLLATOR
public static final java.text.Collator DEFAULT_COLLATOR
CollatorFactoryBase
public CollatorFactoryBase()
getCollator
public java.text.Collator getCollator(java.lang.String lang,
java.lang.String country)
- Specified by:
getCollator
in interface CollatorFactory
getCollator
public java.text.Collator getCollator(java.util.Locale locale)
- Specified by:
getCollator
in interface CollatorFactory
Copyright ? 2005 Apache XML Project. All Rights Reserved.