org.apache.commons.jxpath.ri.model
Class VariablePointerFactory.VariableContextWrapper

java.lang.Object
  extended by org.apache.commons.jxpath.ri.model.VariablePointerFactory.VariableContextWrapper
Enclosing class:
VariablePointerFactory

public static final class VariablePointerFactory.VariableContextWrapper
extends Object

Node value wrapper to trigger a VariablePointerFactory.


Method Summary
 JXPathContext getContext()
          Get the original (unwrapped) context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContext

public JXPathContext getContext()
Get the original (unwrapped) context.

Returns:
JXPathContext.


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.