XMLBEANSXX
0.9.8
|
#include <XmlOptions.h>
Public Member Functions | |
XmlOptions () | |
void | setValidation (bool v) |
bool | getValidation () |
void | setPrintXmlDeclaration (bool d) |
bool | getPrintXmlDeclaration () |
bool | getTypedParsing () |
void | setTypedParsing (bool v) |
void | setSerializeInnerTypes (bool v) |
bool | getSerializeInnerTypes () |
void | setSerializeTypes (bool v) |
bool | getSerializeTypes () |
bool | getSerializePersistent () |
void | setSerializePersistent (bool v) |
Static Public Member Functions | |
static XmlOptions | serializeInnerTypes () |
static XmlOptions | serializePersistent () |
static XmlOptions | serializeTypes () |
Private Attributes | |
bool | v |
bool | d |
bool | tp |
bool | st |
bool | sit |
bool | pers |
xmlbeansxx::XmlOptions::XmlOptions | ( | ) | [inline] |
bool xmlbeansxx::XmlOptions::getPrintXmlDeclaration | ( | ) | [inline] |
bool xmlbeansxx::XmlOptions::getSerializeInnerTypes | ( | ) | [inline] |
bool xmlbeansxx::XmlOptions::getSerializePersistent | ( | ) | [inline] |
bool xmlbeansxx::XmlOptions::getSerializeTypes | ( | ) | [inline] |
bool xmlbeansxx::XmlOptions::getTypedParsing | ( | ) | [inline] |
bool xmlbeansxx::XmlOptions::getValidation | ( | ) | [inline] |
static XmlOptions xmlbeansxx::XmlOptions::serializeInnerTypes | ( | ) | [inline, static] |
static XmlOptions xmlbeansxx::XmlOptions::serializePersistent | ( | ) | [inline, static] |
static XmlOptions xmlbeansxx::XmlOptions::serializeTypes | ( | ) | [inline, static] |
void xmlbeansxx::XmlOptions::setPrintXmlDeclaration | ( | bool | d | ) | [inline] |
void xmlbeansxx::XmlOptions::setSerializeInnerTypes | ( | bool | v | ) | [inline] |
void xmlbeansxx::XmlOptions::setSerializePersistent | ( | bool | v | ) | [inline] |
void xmlbeansxx::XmlOptions::setSerializeTypes | ( | bool | v | ) | [inline] |
void xmlbeansxx::XmlOptions::setTypedParsing | ( | bool | v | ) | [inline] |
void xmlbeansxx::XmlOptions::setValidation | ( | bool | v | ) | [inline] |
bool xmlbeansxx::XmlOptions::d [private] |
bool xmlbeansxx::XmlOptions::pers [private] |
bool xmlbeansxx::XmlOptions::sit [private] |
bool xmlbeansxx::XmlOptions::st [private] |
bool xmlbeansxx::XmlOptions::tp [private] |
bool xmlbeansxx::XmlOptions::v [private] |