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 java.lang.Object

Node value wrapper to trigger a VariablePointerFactory.


Field Summary
private  JXPathContext context
           
 
Constructor Summary
private VariablePointerFactory.VariableContextWrapper(JXPathContext context)
          Create a new VariableContextWrapper.
 
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
 

Field Detail

context

private final JXPathContext context
Constructor Detail

VariablePointerFactory.VariableContextWrapper

private VariablePointerFactory.VariableContextWrapper(JXPathContext context)
Create a new VariableContextWrapper.

Parameters:
context - to wrap
Method Detail

getContext

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

Returns:
JXPathContext.