com.novell.xml.xpath
Class ExpressionContext.State

java.lang.Object
  extended bycom.novell.xml.xpath.ExpressionContext.State
Enclosing class:
ExpressionContext

protected class ExpressionContext.State
extends Object

Contains state information for the expression context


Constructor Summary
ExpressionContext.State(ExpressionContext context)
          Create a new State object with the state from the passed context.
 
Method Summary
 void restoreState(ExpressionContext context)
          Restore the state of an ExpresionContext object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionContext.State

public ExpressionContext.State(ExpressionContext context)
Create a new State object with the state from the passed context.

Parameters:
context - The context whose state should be saved
Method Detail

restoreState

public void restoreState(ExpressionContext context)
Restore the state of an ExpresionContext object

Parameters:
context - The context whose state should be restored.