com.ricebridge.xmlman.in
Class OutState

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

public class OutState
extends Object

Container for current output document state.


Constructor Summary
OutState()
           
 
Method Summary
 OutNodeState getState(OutNode pOutNode)
          get the state of a particular node.
 String getValue(OutData pOutData)
          Get the value of a data field.
 void setValue(OutData pOutData, String pValue)
          Set the value of a data field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutState

public OutState()
Method Detail

getValue

public String getValue(OutData pOutData)
Get the value of a data field.


setValue

public void setValue(OutData pOutData,
                     String pValue)
Set the value of a data field.


getState

public OutNodeState getState(OutNode pOutNode)
get the state of a particular node.



Copyright © 2004-2005 Ricebridge