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.


Constructor Summary
KeyDefinition(java.lang.String name, Pattern match, Expression use)
          Constructor to create a 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
 

Constructor Detail

KeyDefinition

public KeyDefinition(java.lang.String name,
                     Pattern match,
                     Expression use)
Constructor to create a key definition
Method Detail

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