net.sf.saxon.expr
Class CollationMap
java.lang.Object
net.sf.saxon.expr.CollationMap
- All Implemented Interfaces:
- java.io.Serializable
- public class CollationMap
- extends java.lang.Object
- implements java.io.Serializable
This object maps collation URIs to collations. Logically this function is part of the static
context, but it is often needed dynamically, so it is defined as a separate component that can
safely be retained at run-time.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollationMap
public CollationMap(Configuration config)
CollationMap
public CollationMap(CollationMap in)
setDefaultCollationName
public void setDefaultCollationName(java.lang.String name)
getDefaultCollationName
public java.lang.String getDefaultCollationName()
getDefaultCollation
public java.util.Comparator getDefaultCollation()
setNamedCollation
public void setNamedCollation(java.lang.String absoluteURI,
java.util.Comparator comparator)
getNamedCollation
public java.util.Comparator getNamedCollation(java.lang.String name)