#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.