|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.trans.KeyDefinition
public class KeyDefinition
Corresponds to a single key definition.
Constructor Summary | |
---|---|
KeyDefinition(Pattern match,
Expression use,
Collator collation)
Constructor to create a key definition |
Method Summary | |
---|---|
Collator |
getCollation()
Get the collation. |
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(Pattern match, Expression use, Collator collation)
Method Detail |
---|
public Pattern getMatch()
public Expression getUse()
public Collator getCollation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |