XmlValue::getLocalName

#include <DbXml.hpp>

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

Returns the node's local name. For example, if a node has the namespace prefix, "prefix," and its qualified name is prefix:name, then 'name' is the local name.

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

Class

XmlValue

See Also

XmlValue Methods