net.sf.saxon.sort
public class StandardCollationURIResolver extends Object implements CollationURIResolver
| Constructor Summary | |
|---|---|
| StandardCollationURIResolver()
The class is normally used as a singleton, but the constructor is public to allow the class to be named
as a value of the configuration property COLLATION_URI_RESOLVER | |
| Method Summary | |
|---|---|
| static String | decode(String s) |
| static StandardCollationURIResolver | getInstance()
Return the singleton instance of this class |
| StringCollator | resolve(String uri, String base, Configuration config)
Create a collator from a parameterized URI |
Returns: null if the collation URI is not recognized. If the collation URI is recognized but contains errors, the method returns null after sending a warning to the ErrorListener.