Uses of Class
org.apache.xalan.templates.KeyDeclaration

Packages that use KeyDeclaration
org.apache.xalan.templates Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
 

Uses of KeyDeclaration in org.apache.xalan.templates
 

Methods in org.apache.xalan.templates that return KeyDeclaration
 KeyDeclaration Stylesheet.getKey(int i)
          Get an "xsl:key" property.
 

Methods in org.apache.xalan.templates with parameters of type KeyDeclaration
(package private)  void StylesheetRoot.recomposeKeys(KeyDeclaration keyDecl)
          Recompose the key declarations.
 void Stylesheet.setKey(KeyDeclaration v)
          Set the "xsl:key" property.