org.oddjob.arooa.parsing
Class ChildCatcher
java.lang.Object
org.oddjob.arooa.parsing.ChildCatcher
public class ChildCatcher
- extends Object
Capture the child context of a current context;
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChildCatcher
public ChildCatcher(ArooaContext parentContext,
int index)
getChild
public ArooaContext getChild()
- The child context.
- Returns:
- The context. Null if no child exists.