|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.icl.saxon.KeyDefinition
Corresponds to a single key definition.
Constructor Summary | |
KeyDefinition(int fingerprint,
Pattern match,
Expression use)
Constructor to create a key definition |
Method Summary | |
int |
getFingerprint()
Get the fingerprint of the name of the key definition |
Pattern |
getMatch()
Get the match pattern for the key definition |
Expression |
getUse()
Get the use expression for the key definition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KeyDefinition(int fingerprint, Pattern match, Expression use)
Method Detail |
public int getFingerprint()
public Pattern getMatch()
public Expression getUse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |