Package com.xmlcalabash.parsers
Class XPathExpressionDetails
-
- All Implemented Interfaces:
public final class XPathExpressionDetails
-
-
Field Summary
Fields Modifier and Type Field Description private final Exception
error
private final Set<QName>
variableRefs
private final Set<Pair<QName, Integer>>
functionRefs
private final Boolean
contextRef
private final Boolean
alwaysDynamic
-
Method Summary
Modifier and Type Method Description final Exception
getError()
final Set<QName>
getVariableRefs()
final Set<Pair<QName, Integer>>
getFunctionRefs()
final Boolean
getContextRef()
final Boolean
getAlwaysDynamic()
-
-
Method Detail
-
getVariableRefs
final Set<QName> getVariableRefs()
-
getFunctionRefs
final Set<Pair<QName, Integer>> getFunctionRefs()
-
getContextRef
final Boolean getContextRef()
-
getAlwaysDynamic
final Boolean getAlwaysDynamic()
-
-
-
-