Berkeley DB XML: XmlQueryContext and Related Methods

XmlQueryContextDescription
XmlQueryContextAn XQuery query context
XmlQueryContext::clearNamespacesRemove all namespaces.
XmlQueryContext::interruptQueryInterrupt a running query.
XmlQueryContext::removeNamespaceRemove the specified namespace.
XmlQueryContext::setDefaultCollectionSet default collection for fn:collection().
XmlQueryContext::setQueryTimeoutSecondsSet query timeout value.
XmlQueryContext::getQueryTimeoutSecondsGet query timeout value.
XmlQueryContext::setNamespaceAdd a namespace.
XmlQueryContext::getNamespaceRetrieve a namespace URI.
XmlQueryContext::setBaseURISets the Base URI.
XmlQueryContext::getBaseURIGets the Base URI.
XmlQueryContext::setEvaluationTypeSet the evaluation type.
XmlQueryContext::getEvaluationTypeGet the evaluation type.
XmlQueryContext::setReturnTypeSet the return type.
XmlQueryContext::getReturnTypeGet the return type.
XmlQueryContext::setVariableValueSet an external XQuery variable.
XmlQueryContext::getVariableValueReturn the variable's value.

Copyright (c) 1996,2007 Oracle. All rights reserved.