org.apache.xalan.xsltc
Interface CollatorFactory

All Known Implementing Classes:
CollatorFactoryBase

public interface CollatorFactory

Author:
W. Eliot Kimber (eliot@isogen.com), Santiago Pericas-Geertsen

Method Summary
 Collator getCollator(Locale locale)
           
 Collator getCollator(String lang, String country)
           
 

Method Detail

getCollator

public Collator getCollator(String lang,
                            String country)

getCollator

public Collator getCollator(Locale locale)


Copyright ? 2004 Apache XML Project. All Rights Reserved.