org.apache.xalan.templates
Class TemplateList.TemplateWalker
java.lang.Object
   org.apache.xalan.templates.TemplateList.TemplateWalker
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.
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
hashIterator
private java.util.Enumeration hashIterator
inPatterns
private boolean inPatterns
curPattern
private TemplateSubPatternAssociation curPattern
m_compilerCache
private java.util.Hashtable m_compilerCache
TemplateList.TemplateWalker
private TemplateList.TemplateWalker()
next
public ElemTemplate next()
-