Package com.icl.saxon

Class KeyDefinition

java.lang.Object
com.icl.saxon.KeyDefinition

public class KeyDefinition extends Object
Corresponds to a single key definition.

Author:
Michael H. Kay
  • Constructor Details

    • KeyDefinition

      public KeyDefinition(int fingerprint, Pattern match, Expression use)
      Constructor to create a key definition
  • Method Details

    • getFingerprint

      public int getFingerprint()
      Get the fingerprint of the 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