Uses of Class
org.apache.xalan.templates.NamespaceAlias
Packages that use NamespaceAlias
Package
Description
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet.-
Uses of NamespaceAlias in org.apache.xalan.templates
Methods in org.apache.xalan.templates that return NamespaceAliasModifier and TypeMethodDescriptionStylesheet.getNamespaceAlias(int i) Get an "xsl:namespace-alias" property.StylesheetRoot.getNamespaceAliasComposed(String uri) Get the "xsl:namespace-alias" property.Methods in org.apache.xalan.templates with parameters of type NamespaceAliasModifier and TypeMethodDescriptionvoidStylesheet.setNamespaceAlias(NamespaceAlias na) Set the "xsl:namespace-alias" property.