org.apache.xalan.transformer
public class KeyIterator extends OneStepIteratorForward
UNKNOWN: internal
Method Summary | |
---|---|
short | acceptNode(int testNode)
Test whether a specified node is visible in the logical view of a
TreeWalker or NodeIterator. |
Vector | getKeyDeclarations()
Get the key declarations from the stylesheet
|
QName | getName()
Get the key name from a key declaration this iterator will process
|
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 .
Returns: Vector containing the key declarations from the stylesheet
Returns: Key name