Class VariablePointerFactory.VariableContextWrapper
java.lang.Object
org.apache.commons.jxpath.ri.model.VariablePointerFactory.VariableContextWrapper
- Enclosing class:
VariablePointerFactory
Node value wrapper to trigger a VariablePointerFactory.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateVariableContextWrapper(JXPathContext context) Constructs a new VariableContextWrapper. -
Method Summary
Modifier and TypeMethodDescriptionGets the original (unwrapped) context.
-
Field Details
-
context
-
-
Constructor Details
-
VariableContextWrapper
Constructs a new VariableContextWrapper.- Parameters:
context- to wrap
-
-
Method Details
-
getContext
Gets the original (unwrapped) context.- Returns:
- JXPathContext.
-