XmlQueryContext | Description |
---|---|
XmlQueryContext | An XQuery query context |
XmlQueryContext::clearNamespaces | Remove all namespaces. |
XmlQueryContext::removeNamespace | Remove the specified namespace. |
XmlQueryContext::setDefaultCollection | Set default collection for fn:collection(). |
XmlQueryContext::setNamespace | Add a namespace. |
XmlQueryContext::getNamespace | Retrieve a namespace URI. |
XmlQueryContext::setBaseURI | Sets the Base URI. |
XmlQueryContext::getBaseURI | Gets the Base URI. |
XmlQueryContext::setEvaluationType | Set the evaluation type. |
XmlQueryContext::getEvaluationType | Get the evaluation type. |
XmlQueryContext::setReturnType | Set the return type. |
XmlQueryContext::getReturnType | Get the return type. |
XmlQueryContext::setVariableValue | Set an external XQuery variable. |
XmlQueryContext::getVariableValue | Return the variable's value. |
Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.