XmlValue::isBoolean

#include <DbXml.hpp>

class DbXml::XmlValue {
public:
	...
	bool isBoolean() const;
	...
};

Returns true if the XmlValue is one of type BOOLEAN.

Class

XmlValue

See Also

XmlValue Methods