#include <DbXml.hpp>
class DbXml::XmlValue {
public:
...
XmlResults getAttributes() const
...
};
Returns XmlResults objects that contain all of the attributes appearing on this node.
If the node type is not XmlValue::NODE,
XmlException::INVALID_VALUE is thrown.