Package org.apache.xalan.templates
Class TemplateList.TemplateWalker
- java.lang.Object
-
- org.apache.xalan.templates.TemplateList.TemplateWalker
-
- Enclosing class:
- TemplateList
public class TemplateList.TemplateWalker extends java.lang.Object
An inner class used by a compiler to iterate over all of the ElemTemplates stored in this TemplateList. The compiler can replace returned templates with their compiled equivalent.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElemTemplate
next()
-
-
-
Method Detail
-
next
public ElemTemplate next()
-
-