com.jclark.xsl.expr
public class KeyValuesTable extends Object
Constructor Summary | |
---|---|
KeyValuesTable(Pattern pattern, StringExpr valueExpr, Node n, ExprContext context) |
Method Summary | |
---|---|
NodeIterator | get(String keyValue)
return a nodelist of the nodes with the "use" value
which matches the supplied argument |
Parameters: pattern the key's match pattern valueExpr the expression we'll evaluate against each matched node to find its "value" (the key we use for lookup) n a node in the document we're indexing ExprContext an expression evaluation context for use in evaluating