Uses of Class
org.apache.xalan.templates.TemplateList
Packages that use TemplateList
Package
Description
Implements the
Templates
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 TemplateListModifier and TypeMethodDescriptionfinal TemplateList
StylesheetRoot.getTemplateListComposed()
Accessor method to retrieve theTemplateList
associated with this StylesheetRoot.Methods in org.apache.xalan.templates with parameters of type TemplateListModifier and TypeMethodDescriptionfinal void
StylesheetRoot.setTemplateListComposed
(TemplateList templateList) Mutator method to set theTemplateList
associated with this StylesheetRoot.