public static final class VariablePointerFactory.VariableContextWrapper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private JXPathContext |
context |
Modifier | Constructor and Description |
---|---|
private |
VariableContextWrapper(JXPathContext context)
Create a new VariableContextWrapper.
|
Modifier and Type | Method and Description |
---|---|
JXPathContext |
getContext()
Get the original (unwrapped) context.
|
private final JXPathContext context
private VariableContextWrapper(JXPathContext context)
context
- to wrappublic JXPathContext getContext()