Package net.sf.saxon.expr
Class CollationMap
java.lang.Object
net.sf.saxon.expr.CollationMap
- All Implemented Interfaces:
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNamedCollation
(String name) void
void
setNamedCollation
(String absoluteURI, Comparator comparator)
-
Constructor Details
-
CollationMap
-
CollationMap
-
-
Method Details
-
setDefaultCollationName
-
getDefaultCollationName
-
getDefaultCollation
-
setNamedCollation
-
getNamedCollation
-