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