XmlValue::getNodeName

#include <DbXml.hpp>

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

Returns the name of the node contained in this XmlValue .

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

Class

XmlValue

See Also

XmlValue Methods