|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.dotnet.DotNetCollationFactory
public abstract class DotNetCollationFactory
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.
Method Summary | |
---|---|
static StringCollator |
makeCollation(Configuration config,
java.util.Properties props,
java.lang.String uri)
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 StringCollator makeCollation(Configuration config, java.util.Properties props, java.lang.String uri) throws XPathException
config
- the Configurationprops
- the desired properties of the collationuri
- the collation URI
XPathException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |