#include <DbXml.hpp>
class DbXml::XmlValue {
public:
	...
	XmlValue getParentNode() const
	...
};
      Returns current node's parent. If the node has no parent, a null node is returned.
        If the node type is not XmlValue::NODE, 
        XmlException::INVALID_VALUE is thrown.