MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.util
Class ContextPair

java.lang.Object
  extended by ch.ethz.mxquery.util.ContextPair

public class ContextPair
extends java.lang.Object


Field Summary
 Context newContext
           
 XQStaticContext prevContext
           
 
Constructor Summary
ContextPair(XQStaticContext prevContext, Context newContext)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prevContext

public XQStaticContext prevContext

newContext

public Context newContext
Constructor Detail

ContextPair

public ContextPair(XQStaticContext prevContext,
                   Context newContext)

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich