#include <DbXml.hpp>
class DbXml::XmlValue {
public:
...
XmlValue getOwnerElement() const
...
};
If the current node is an attribute node, returns the document element node that contains this attribute node.
If the node type is not XmlValue::NODE,
XmlException::INVALID_VALUE is thrown.