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.KeyIndexIteratorKeyIndex. getKeyIndexIterator(java.lang.Object keyValue, boolean isKeyCall)Create aKeyIndex.KeyIndexIteratorthat iterates over the nodes that result from a reference to the XSLTkeyfunction or XPathidfunction.KeyIndex.KeyIndexIteratorKeyIndex. getKeyIndexIterator(java.lang.String keyValue, boolean isKeyCall)Create aKeyIndex.KeyIndexIteratorthat iterates over the nodes that result from a reference to the XSLTkeyfunction or XPathidfunction.KeyIndex.KeyIndexIteratorKeyIndex. getKeyIndexIterator(DTMAxisIterator keyValue, boolean isKeyCall)Create aKeyIndex.KeyIndexIteratorthat iterates over the nodes that result from a reference to the XSLTkeyfunction or XPathidfunction.
-