Uses of Class
org.apache.xalan.xsltc.dom.KeyIndex

Packages that use KeyIndex
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
 void KeyIndex.merge(KeyIndex other)
          Deprecated.  
 

Uses of KeyIndex in org.apache.xalan.xsltc.runtime
 

Fields in org.apache.xalan.xsltc.runtime declared as KeyIndex
private  KeyIndex AbstractTranslet._emptyKeyIndex
           
 

Methods in org.apache.xalan.xsltc.runtime that return KeyIndex
 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).