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