org.apache.xalan.transformer
public class KeyRefIterator extends ChildTestIterator
UNKNOWN: internal
| Constructor Summary | |
|---|---|
| KeyRefIterator(QName name, XMLString ref, Vector keyDecls, DTMIterator ki)
Constructor KeyRefIterator
| |
| Method Summary | |
|---|---|
| short | filterNode(int testNode)
Test whether a specified node is visible in the logical view of a
TreeWalker or NodeIterator. |
Parameters: ref Key value to match ki The main key iterator used to walk the source tree
Parameters: testNode The node to check to see if it passes the filter or not.
Returns: a constant to determine whether the node is accepted, rejected, or skipped, as defined above .