XmlDocument::removeMetaData

#include <DbXml.hpp>

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

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.

Class

XmlDocument

See Also

XmlDocument Methods