Uses of Class
com.ricebridge.xmlman.in.OutState

Packages that use OutState
com.ricebridge.xmlman.in   
 

Uses of OutState in com.ricebridge.xmlman.in
 

Methods in com.ricebridge.xmlman.in with parameters of type OutState
 void OutNode.resetChildren(OutState pOutState)
          Reset the current child index to the first child.
 OutNode OutNode.nextChild(OutState pOutState)
          Get the next child - loops continuously, but returns null at each restart.
 void OutNode.addChanges(List pOutDataList, OutState pOutState)
          Add a list of data fields that this node is dependent on.
 void OutNode.addChange(OutData pOutData, OutState pOutState)
          Add a data field that this node is dependent on.
 void OutNode.handleChanges(OutState pOutState)
          Review previous values of data fields and see of they have changed.
 boolean OutNode.hasAnyChange(OutState pOutState)
          Indicate that data fields on which this node depends have changed.
 boolean OutNode.hasSelfChange(OutState pOutState)
          Indicate that data fields associated with this node have changed.
 String OutData.getValue(OutState pOutState)
          Get the current value.
 void OutData.setValue(OutState pOutState, String pValue)
          Set the current value.
 



Copyright © 2004-2005 Ricebridge