Uses of Class
org.apache.xalan.xsltc.dom.KeyIndex
-
Packages that use KeyIndex Package Description org.apache.xalan.xsltc.dom org.apache.xalan.xsltc.runtime -
-
Uses of KeyIndex in org.apache.xalan.xsltc.dom
Methods in org.apache.xalan.xsltc.dom with parameters of type KeyIndex Modifier and Type Method Description void
KeyIndex. merge(KeyIndex other)
Deprecated. -
Uses of KeyIndex in org.apache.xalan.xsltc.runtime
Methods in org.apache.xalan.xsltc.runtime that return KeyIndex Modifier and Type Method Description KeyIndex
AbstractTranslet. createKeyIndex()
Creates a KeyIndex object of the desired size - don't want to resize!!!KeyIndex
AbstractTranslet. getKeyIndex(java.lang.String name)
Returns the index for a given key (or id).
-