net.sf.saxon.java
Class JavaCollationFactory
java.lang.Object
net.sf.saxon.java.JavaCollationFactory
public abstract class JavaCollationFactory
extends java.lang.Object
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.
makeCollation
public static StringCollator makeCollation(Configuration config,
String uri,
Properties props)
throws XPathException
Make a collator with given properties
config
- the Configurationprops
- the desired properties of the collation
- a collation with these properties