org.apache.xalan.xsltc.dom
Class CollatorFactoryBase
java.lang.Object
|
+--org.apache.xalan.xsltc.dom.CollatorFactoryBase
- public class CollatorFactoryBase
- extends java.lang.Object
- implements CollatorFactory
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 © 2006 Apache XML Project. All Rights Reserved.