Package net.sf.saxon.style
Interface CollationDeclaration
-
public interface CollationDeclaration
Interface implemented by SaxonCollation, which is not available in Saxon-HE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCollationName()
StringCollator
getCollator()
Get the collator defined by this collation declaration
-
-
-
Method Detail
-
getCollationName
java.lang.String getCollationName()
-
getCollator
StringCollator getCollator()
Get the collator defined by this collation declaration- Returns:
- the StringCollator
-
-