Library Version 12.1.6.0
#include <DbXml.hpp> class DbXml::XmlValue { public: ... std::string getPrefix() const ... };
Returns the prefix set for the node's namespace.
If the node type is not XmlValue::NODE, XmlException::INVALID_VALUE is thrown.
XmlValue::NODE
XmlException::INVALID_VALUE
XmlValue
XmlValue Methods