XmlMetaDataIterator::next

API Ref

#include <DbXml.hpp>

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


Description: XmlMetaDataIterator::next

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.

APIRef

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