net.sf.saxon.instruct
Class CollationDecl
java.lang.Object
net.sf.saxon.instruct.CollationDecl
- public class CollationDecl
- extends Object
A saxon:collation element in the style sheet: this is a top-level
element that defines details of a named collation. The attributes of the
element provide different ways of instantiating an instance of java.util.Comparator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollationDecl
public CollationDecl(String collationName,
Comparator collator,
boolean isDefault)
getCollationName
public String getCollationName()
isDefaultCollation
public boolean isDefaultCollation()
getCollator
public Comparator getCollator()