public class ValidatorContext.StackRestorer
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
popParentsIfNeeded(java.lang.Object pSrc,
java.lang.Object pDst)
Pop destination parents, if needed, or do whatever other work
is needed.
|
public void popParentsIfNeeded(java.lang.Object pSrc,
java.lang.Object pDst)
pSrc - the previous source parent passed to
pushParentsIfNeeded().pDst - the previous destination parent passed to
pushParentsIfNeeded().