com.jclark.xsl.tr
public class KeyDefinition extends Object
| Constructor Summary | |
|---|---|
| KeyDefinition(Name name, TopLevelPattern matchPattern, StringExpr useExpression)
construct with the name of the key, the match pattern
for finding nodes to be indexed, and a useExpression for
determining the node's value for the index lookup | |
| Method Summary | |
|---|---|
| TopLevelPattern | getMatchPattern() |
| Name | getName() |
| StringExpr | getUseExpression() |