Package net.sf.saxon.sort
Class JavaCollationFactory
java.lang.Object
net.sf.saxon.sort.JavaCollationFactory
A JavaCollationFactory allows a Collation to be created given
a set of properties that the collation should have. This class creates a collator using
the facilities of the Java platform; there is a corresponding class that uses the .NET
platform.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Comparator
makeCollation
(Configuration config, Properties props) Make a collator with given properties
-
Method Details
-
makeCollation
public static Comparator makeCollation(Configuration config, Properties props) throws XPathException Make a collator with given properties- Parameters:
config
- the Configurationprops
- the desired properties of the collation- Returns:
- a collation with these properties
- Throws:
XPathException
-