net.sf.saxon.instruct
Class CollationDecl

java.lang.Object
  extended by 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


Constructor Summary
CollationDecl(String collationName, Comparator collator, boolean isDefault)
           
 
Method Summary
 String getCollationName()
           
 Comparator getCollator()
           
 boolean isDefaultCollation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollationDecl

public CollationDecl(String collationName,
                     Comparator collator,
                     boolean isDefault)
Method Detail

getCollationName

public String getCollationName()

isDefaultCollation

public boolean isDefaultCollation()

getCollator

public Comparator getCollator()