XmlDocument::removeMetaData

API Ref

#include <DbXml.hpp>

void XmlDocument::removeMetaData(const std::string &uri, const std::string &name)


Description: XmlDocument::removeMetaData

Removes the identified metadata from the document.

Parameters

uri
The namespace within which the name resides. The empty string refers to the default namespace.
name
The name of the metadata attribute to be removed.

APIRef

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