Package net.sf.saxon.style
Interface CollationDeclaration
public interface CollationDeclaration
Interface implemented by SaxonCollation, which is not available in Saxon-HE
-
Method Summary
Modifier and TypeMethodDescriptionGet the collator defined by this collation declaration
-
Method Details
-
getCollationName
String getCollationName() -
getCollator
StringCollator getCollator()Get the collator defined by this collation declaration- Returns:
- the StringCollator
-