XmlQueryContext::removeNamespace

API Ref

#include <DbXml.hpp>

void XmlQueryContext::removeNamespace(const std::string &prefix);


Description: XmlQueryContext::removeNamespace

The XmlQueryContext::removeNamespace method removes the namespace prefix to URI mapping for the specified prefix. A call to this method with a prefix that has no existing mapping is ignored.

Parameters

prefix
The namespace prefix to be removed.

APIRef

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