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 voidKeyIndex. 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 KeyIndexAbstractTranslet. createKeyIndex()Creates a KeyIndex object of the desired size - don't want to resize!!!KeyIndexAbstractTranslet. getKeyIndex(java.lang.String name)Returns the index for a given key (or id).
-