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