com.icl.saxon
Class KeyDefinition
java.lang.Object
|
+--com.icl.saxon.KeyDefinition
- public class KeyDefinition
- extends java.lang.Object
Corresponds to a single key definition.
Method Summary |
Pattern |
getMatch()
Get the match pattern for the key definition |
java.lang.String |
getName()
Get the absolute (expanded) name of 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 |
KeyDefinition
public KeyDefinition(java.lang.String name,
Pattern match,
Expression use)
- Constructor to create a key definition
getName
public java.lang.String getName()
- Get the absolute (expanded) name of the key definition
getMatch
public Pattern getMatch()
- Get the match pattern for the key definition
getUse
public Expression getUse()
- Get the use expression for the key definition