class FilterPattern.Context extends DelegateExprContext
Modifier and Type | Field and Description |
---|---|
(package private) int |
lastPosition |
(package private) Node |
node |
(package private) int |
position |
origContext
Constructor and Description |
---|
FilterPattern.Context(Node node,
ExprContext context) |
Modifier and Type | Method and Description |
---|---|
int |
getLastPosition() |
int |
getPosition() |
getCurrent, getDocument, getExtensionContext, getGlobalVariableValue, getLocalVariableValue, getSystemProperty, getTree
Node node
int position
int lastPosition
FilterPattern.Context(Node node, ExprContext context)
public int getPosition() throws XSLException
getPosition
in interface ExprContext
getPosition
in class DelegateExprContext
XSLException
public int getLastPosition() throws XSLException
getLastPosition
in interface ExprContext
getLastPosition
in class DelegateExprContext
XSLException