XmlMetaDataIterator::next

#include <DbXml.hpp>

bool XmlMetaDataIterator::next(
    std::string &uri, std::string &name, XmlValue &value)

Returns the next item in the XmlDocument 's metadata list. If there is no next item, this method returns false. Otherwise, it returns true.

Parameters

uri

Contains the URI used for the metadata item retrieved by this method.

name

Contains the name used for the metadata item retrieved by this method.

value

Contains the XmlValue contained by the metadata item retrieved by this method.

Class

XmlMetaDataIterator

See Also

XmlMetaDataIterator Methods