XmlValue::getNodeValue

#include <DbXml.hpp>

class DbXml::XmlValue {
public:
	...
	std::string getNodeValue() const
	...
};

Returns the node's value.

If the node type is not XmlValue::NODE, XmlException::INVALID_VALUE is thrown.

Class

XmlValue

See Also

XmlValue Methods