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
 

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

Methods in org.apache.xalan.transformer with parameters of type StackGuard
 void StackGuard.checkForInfinateLoop(StackGuard guard)
          Check if we are in an infinite loop
 



Copyright © 2001 Apache XML Project. All Rights Reserved.