Package com.icl.saxon
Class KeyDefinition
java.lang.Object
com.icl.saxon.KeyDefinition
Corresponds to a single key definition.
- Author:
- Michael H. Kay
-
Constructor Summary
ConstructorsConstructorDescriptionKeyDefinition
(int fingerprint, Pattern match, Expression use) Constructor to create a key definition -
Method Summary
-
Constructor Details
-
KeyDefinition
Constructor to create a key definition
-
-
Method Details
-
getFingerprint
public int getFingerprint()Get the fingerprint of the name of the key definition -
getMatch
Get the match pattern for the key definition -
getUse
Get the use expression for the key definition
-