javax.xml.transform.SourceLocator, Bindingpublic class LocalVariable extends GeneralVariable
evaluationMode, referenceCount, requiredType, select, slotNumber, variableQName| Constructor | Description |
|---|---|
LocalVariable() |
| Modifier and Type | Method | Description |
|---|---|---|
ValueRepresentation |
evaluateVariable(XPathContext c) |
Evaluate the variable
|
addReference, checkAgainstRequiredType, computeEvaluationMode, copy, explain, getCardinality, getColumnNumber, getContainer, getEvaluationMode, getExecutable, getInstructionNameCode, getIntegerBoundsForVariable, getLineNumber, getLocalSlotNumber, getLocationId, getLocationProvider, getPublicId, getRequiredType, getSelectExpression, getSelectValue, getSlotNumber, getSystemId, getSystemId, getVariableQName, init, isAssignable, isGlobal, isImplicitlyRequiredParam, isRequiredParam, isTunnelParam, iterateSubExpressions, optimize, replaceSubExpression, setAssignable, setContainer, setImplicitlyRequiredParam, setLocationId, setReferenceCount, setRequiredParam, setRequiredType, setSelectExpression, setSlotNumber, setTunnel, setVariableQName, simplify, typeCheckpublic ValueRepresentation evaluateVariable(XPathContext c) throws XPathException
c - the XPath dynamic evaluation contextXPathException - if an error occurs while evaluating
the variable