Uses of Class
org.apache.xalan.transformer.StackGuard

Packages that use StackGuard
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
 

Uses of StackGuard in org.apache.xalan.transformer
 

Fields in org.apache.xalan.transformer declared as StackGuard
private  StackGuard TransformerImpl.m_stackGuard
          Object to guard agains infinite recursion when doing queries.
 

Methods in org.apache.xalan.transformer that return StackGuard
 StackGuard TransformerImpl.getStackGuard()
          Get the object used to guard the stack from recursion.