Uses of Class
org.apache.xalan.xsltc.dom.KeyIndex.KeyIndexIterator
-
Packages that use KeyIndex.KeyIndexIterator Package Description org.apache.xalan.xsltc.dom -
-
Uses of KeyIndex.KeyIndexIterator in org.apache.xalan.xsltc.dom
Methods in org.apache.xalan.xsltc.dom that return KeyIndex.KeyIndexIterator Modifier and Type Method Description KeyIndex.KeyIndexIterator
KeyIndex. getKeyIndexIterator(java.lang.Object keyValue, boolean isKeyCall)
Create aKeyIndex.KeyIndexIterator
that iterates over the nodes that result from a reference to the XSLTkey
function or XPathid
function.KeyIndex.KeyIndexIterator
KeyIndex. getKeyIndexIterator(java.lang.String keyValue, boolean isKeyCall)
Create aKeyIndex.KeyIndexIterator
that iterates over the nodes that result from a reference to the XSLTkey
function or XPathid
function.KeyIndex.KeyIndexIterator
KeyIndex. getKeyIndexIterator(DTMAxisIterator keyValue, boolean isKeyCall)
Create aKeyIndex.KeyIndexIterator
that iterates over the nodes that result from a reference to the XSLTkey
function or XPathid
function.
-