XmlValue::getTypeURI

#include <DbXml.hpp>

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

Returns the URI associated with the type of the XmlValue.

Class

XmlValue

See Also

XmlValue Methods