Package | Description |
---|---|
org.apache.vxquery.context | |
org.apache.vxquery.functions | |
org.apache.vxquery.xmlquery.query |
Modifier and Type | Method | Description |
---|---|---|
XQueryVariable |
DelegatingStaticContextImpl.lookupVariable(QName name) |
|
XQueryVariable |
StaticContext.lookupVariable(QName name) |
|
XQueryVariable |
StaticContextImpl.lookupVariable(QName name) |
Modifier and Type | Method | Description |
---|---|---|
Iterator<XQueryVariable> |
DelegatingStaticContextImpl.listVariables() |
|
Iterator<XQueryVariable> |
StaticContext.listVariables() |
|
Iterator<XQueryVariable> |
StaticContextImpl.listVariables() |
Modifier and Type | Method | Description |
---|---|---|
void |
DelegatingStaticContextImpl.registerVariable(XQueryVariable var) |
|
void |
StaticContext.registerVariable(XQueryVariable var) |
|
void |
StaticContextImpl.registerVariable(XQueryVariable var) |
Modifier and Type | Method | Description |
---|---|---|
XQueryVariable[] |
UserDefinedXQueryFunction.getParameters() |
Modifier and Type | Method | Description |
---|---|---|
void |
UserDefinedXQueryFunction.setParameters(XQueryVariable[] params) |
Modifier and Type | Method | Description |
---|---|---|
XQueryVariable |
PrologVariable.getVariable() |
Constructor | Description |
---|---|
PrologVariable(XQueryVariable variable) |
Copyright © 2019 Apache Software Foundation. All Rights Reserved.