XmlQueryContext::getVariableValue |
#include <DbXml.hpp>bool XmlQueryContext::getVariableValue(const std::string &name, XmlValue &value);
The XmlQueryContext::getVariableValue method returns the value that is bound to the specified variable. If there is no value binding then the function returns false and value is set to the null value (XmlValue::isNull returns true).
Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.