com.ricebridge.xmlman.in
Class TargetPathState

java.lang.Object
  extended bycom.ricebridge.xmlman.in.TargetPathState

public class TargetPathState
extends Object

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

iActive

protected boolean iActive
Path is active.


iRequiresDeactivation

protected boolean iRequiresDeactivation
Path marked for deactivation in PointHandler.


iRequiresClear

protected boolean iRequiresClear
Path marked for data value clearing in PointHandler.


iPathContext

protected PathContext iPathContext
The current path parse context.


iPathContextList

protected ArrayList iPathContextList
The path context stack.


iTriggerList

protected ArrayList iTriggerList
The list of Trigger objects to execute when this path matches a target.

Constructor Detail

TargetPathState

public TargetPathState()
Method Detail

toString

public String toString()


Copyright © 2004-2005 Ricebridge