|
XMLBEANSXX
0.9.8
|
#include <XmlTypesGen.h>


Classes | |
| class | Factory |
Public Member Functions | |
| XmlBoolean () | |
| XmlBoolean (const xmlbeansxx::ContentsPtr &p) | |
| XmlBoolean (const xmlbeansxx::XmlObject &p) | |
| XmlBoolean (const std::string &value) | |
| XmlBoolean (const xmlbeansxx::XmlAnySimpleType &v) | |
| virtual void | setXmlObject (const xmlbeansxx::XmlObject &p) |
| virtual const xmlbeansxx::SchemaType * | getOrginSchemaType () const |
| XmlBoolean (bool value) | |
| XmlBoolean (const char *value) | |
| bool | getBooleanValue () const |
| void | setBooleanValue (bool v) |
| virtual std::string | getCanonicalContent () const |
| XmlBoolean | operator== (const XmlBoolean &b) const |
| XmlBoolean | operator! () const |
| XmlBoolean | operator|| (const XmlBoolean &b) const |
| XmlBoolean | operator&& (const XmlBoolean &b) const |
| operator bool () const | |
Static Public Member Functions | |
| static const xmlbeansxx::SchemaType * | type () |
Private Member Functions | |
| XMLBEANSXX_STATIC_LOGGER_PTR (log) | |
Static Private Member Functions | |
| static xmlbeansxx::SchemaType | initSchemaType () |
| xmlbeansxx::XmlBoolean::XmlBoolean | ( | const xmlbeansxx::XmlObject & | p | ) |
| xmlbeansxx::XmlBoolean::XmlBoolean | ( | const std::string & | value | ) |
| xmlbeansxx::XmlBoolean::XmlBoolean | ( | bool | value | ) | [inline] |
| xmlbeansxx::XmlBoolean::XmlBoolean | ( | const char * | value | ) | [inline] |
| bool xmlbeansxx::XmlBoolean::getBooleanValue | ( | ) | const |
| std::string xmlbeansxx::XmlBoolean::getCanonicalContent | ( | ) | const [virtual] |
Returns canonical simple content of XmlObject
Reimplemented from xmlbeansxx::XmlObject.
| const xmlbeansxx::SchemaType * xmlbeansxx::XmlBoolean::getOrginSchemaType | ( | ) | const [virtual] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
| xmlbeansxx::SchemaType xmlbeansxx::XmlBoolean::initSchemaType | ( | ) | [static, private] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
| xmlbeansxx::XmlBoolean::operator bool | ( | ) | const |
Reimplemented from xmlbeansxx::XmlObject.
| XmlBoolean xmlbeansxx::XmlBoolean::operator! | ( | ) | const |
| XmlBoolean xmlbeansxx::XmlBoolean::operator&& | ( | const XmlBoolean & | b | ) | const |
| XmlBoolean xmlbeansxx::XmlBoolean::operator== | ( | const XmlBoolean & | b | ) | const |
| XmlBoolean xmlbeansxx::XmlBoolean::operator|| | ( | const XmlBoolean & | b | ) | const |
| void xmlbeansxx::XmlBoolean::setBooleanValue | ( | bool | v | ) |
| void xmlbeansxx::XmlBoolean::setXmlObject | ( | const xmlbeansxx::XmlObject & | p | ) | [virtual] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
| const xmlbeansxx::SchemaType * xmlbeansxx::XmlBoolean::type | ( | ) | [static] |
Reimplemented from xmlbeansxx::XmlAnySimpleType.
| xmlbeansxx::XmlBoolean::XMLBEANSXX_STATIC_LOGGER_PTR | ( | log | ) | [private] |
Reimplemented from xmlbeansxx::XmlObject.