|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.in.TargetPathState
Container class for the current parse state of a TargetPath.
| Field Summary | |
protected boolean |
iActive
Path is active. |
protected PathContext |
iPathContext
The current path parse context. |
protected ArrayList |
iPathContextList
The path context stack. |
protected boolean |
iRequiresClear
Path marked for data value clearing in PointHandler. |
protected boolean |
iRequiresDeactivation
Path marked for deactivation in PointHandler. |
protected ArrayList |
iTriggerList
The list of Trigger objects to execute when this path matches a target. |
| Constructor Summary | |
TargetPathState()
|
|
| Method Summary | |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected boolean iActive
protected boolean iRequiresDeactivation
PointHandler.
protected boolean iRequiresClear
PointHandler.
protected PathContext iPathContext
protected ArrayList iPathContextList
protected ArrayList iTriggerList
Trigger objects to execute when this path matches a target.
| Constructor Detail |
public TargetPathState()
| Method Detail |
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||