public class StackGuard extends Object
Constructor and Description |
---|
StackGuard(TransformerImpl transformerImpl)
Constructor StackGuard
|
Modifier and Type | Method and Description |
---|---|
void |
checkForInfinateLoop()
Check if we are in an infinite loop
|
int |
countLikeTemplates(ElemTemplate templ,
int pos)
Overide equal method for StackGuard objects
|
int |
getRecursionLimit()
Get the recursion limit.
|
void |
setRecursionLimit(int limit)
Set the recursion limit.
|
public StackGuard(TransformerImpl transformerImpl)
public int getRecursionLimit()
public void setRecursionLimit(int limit)
limit
- The recursion limit.public int countLikeTemplates(ElemTemplate templ, int pos)
public void checkForInfinateLoop() throws TransformerException
TransformerException
Copyright © 2021 JBoss by Red Hat. All rights reserved.