org.apache.xalan.xsltc

Interface CollatorFactory

Known Implementing Classes:
CollatorFactoryBase

public interface CollatorFactory

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

Method Summary

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

Method Details

getCollator

public Collator getCollator(Locale locale)

getCollator

public Collator getCollator(String lang,
                            String country)

Copyright © 2006 Apache XML Project. All Rights Reserved.