net.sf.saxon.dotnet
Class DotNetCollationFactory
java.lang.Object
net.sf.saxon.dotnet.DotNetCollationFactory
public abstract class DotNetCollationFactory
extends java.lang.Object
A DotNetCollationFactory allows a Collation to be created given
a set of properties that the collation should have. This class uses the services
of the .NET platform; there is a corresponding class that uses the Java collation facilities.
makeCollation
public static StringCollator makeCollation(Configuration config,
Properties props,
String uri)
throws XPathException
Make a collator with given properties
config
- the Configurationprops
- the desired properties of the collationuri
- the collation URI
- a collation with these properties