|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.saxon.sort.CollationFactory
CollationFactory allows a Collation to be created given a set of parameters, or a URI containing those parameters.
| Method Summary | |
static java.util.Comparator |
makeCollationFromURI(java.lang.String uri,
Configuration config)
Create a collator from a parameterized URI |
static java.text.Collator |
makeUsingProperties(java.lang.String langAtt,
java.lang.String strengthAtt,
java.lang.String decompositionAtt)
Make a collator with given properties |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static java.text.Collator makeUsingProperties(java.lang.String langAtt,
java.lang.String strengthAtt,
java.lang.String decompositionAtt)
langAtt - the languagestrengthAtt - the collation strength: primary, secondary, tertiary, or identicaldecompositionAtt - whether strings are normalized into Unicode decomposed normal form:
none, standard, or full
public static java.util.Comparator makeCollationFromURI(java.lang.String uri,
Configuration config)
throws XPathException
XPathException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||