Uses of Class
org.apache.xalan.templates.TemplateList
-
Packages that use TemplateList Package Description org.apache.xalan.templates Implements theTemplates
interface, and defines a set of classes that represent an XSLT stylesheet. -
-
Uses of TemplateList in org.apache.xalan.templates
Methods in org.apache.xalan.templates that return TemplateList Modifier and Type Method Description TemplateList
StylesheetRoot. getTemplateListComposed()
Accessor method to retrieve theTemplateList
associated with this StylesheetRoot.Methods in org.apache.xalan.templates with parameters of type TemplateList Modifier and Type Method Description void
StylesheetRoot. setTemplateListComposed(TemplateList templateList)
Mutator method to set theTemplateList
associated with this StylesheetRoot.
-