Uses of Class
jd.xml.xslt.util.KeyMap

Packages that use KeyMap
jd.xml.xslt.pattern Contains classes for XSLT template patterns. 
jd.xml.xslt.util Contains XSLT related utility classes. 
 

Uses of KeyMap in jd.xml.xslt.pattern
 

Methods in jd.xml.xslt.pattern that return KeyMap
 KeyMap Key.buildKeyMap(XsltContext context, XPathNode root)
          Build the KeyMap of this Key for a document.
 

Uses of KeyMap in jd.xml.xslt.util
 

Methods in jd.xml.xslt.util that return KeyMap
 KeyMap[] ModelCache.getKeyMaps(XPathRootNode root)
          Return the KeyMaps of a document.
 

Methods in jd.xml.xslt.util with parameters of type KeyMap
 void ModelCache.setKeyMaps(XPathRootNode root, KeyMap[] maps)
          Set the KeyMaps of a document.