Uses of Class
org.apache.xalan.templates.TemplateList
-
Packages that use TemplateList Package Description org.apache.xalan.templates Implements theTemplatesinterface, 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 TemplateListStylesheetRoot. getTemplateListComposed()Accessor method to retrieve theTemplateListassociated with this StylesheetRoot.Methods in org.apache.xalan.templates with parameters of type TemplateList Modifier and Type Method Description voidStylesheetRoot. setTemplateListComposed(TemplateList templateList)Mutator method to set theTemplateListassociated with this StylesheetRoot.
-