XmlQueryContext::setNamespace

API Ref

#include <DbXml.hpp>

void XmlQueryContext::setNamespace(const std::string &prefix, const std::string &uri);


Description: XmlQueryContext::setNamespace

The XmlQueryContext::setNamespace method maps the specified URI to the specified namespace prefix.

Parameters

prefix
The namespace prefix.

uri
The namespace URI.

Class

XmlContainer, XmlDocument, XmlException, XmlIndexSpecification, XmlQueryContext, XmlQueryExpression, XmlResults, XmlUpdateContext, XmlValue

APIRef

Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.