Uses of Class
org.apache.xalan.templates.KeyDeclaration
-
Packages that use KeyDeclaration Package Description org.apache.xalan.templates Implements theTemplates
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 Modifier and Type Method Description KeyDeclaration
Stylesheet. getKey(int i)
Get an "xsl:key" property.Methods in org.apache.xalan.templates with parameters of type KeyDeclaration Modifier and Type Method Description void
Stylesheet. setKey(KeyDeclaration v)
Set the "xsl:key" property.
-