XMLBEANSXX
0.9.8
|
#include <XmlObjectDocument.h>
Classes | |
class | Factory |
Public Member Functions | |
XmlObjectDocument () | |
XmlObjectDocument (const xmlbeansxx::ContentsPtr &p) | |
XmlObjectDocument (const xmlbeansxx::XmlObject &p) | |
virtual void | setXmlObject (const xmlbeansxx::XmlObject &p) |
virtual const xmlbeansxx::SchemaType * | getOrginSchemaType () const |
virtual void | serialize (std::ostream &out, xmlbeansxx::XmlOptions opts=xmlbeansxx::XmlOptions()) const |
Static Public Member Functions | |
static const xmlbeansxx::SchemaType * | type () |
Protected Member Functions | |
virtual void | _setXmlObject (const xmlbeansxx::XmlObject &p, bool castTest, const char *toString) |
XmlObject | _setXmlObjectOrGetInnerElement (const xmlbeansxx::XmlObject &p, bool castTest, const char *toString) |
Static Private Member Functions | |
static xmlbeansxx::SchemaType | initSchemaType () |
void XmlObjectDocument::_setXmlObject | ( | const xmlbeansxx::XmlObject & | p, |
bool | castTest, | ||
const char * | toString | ||
) | [protected, virtual] |
Reimplemented from xmlbeansxx::XmlObject.
XmlObject XmlObjectDocument::_setXmlObjectOrGetInnerElement | ( | const xmlbeansxx::XmlObject & | p, |
bool | castTest, | ||
const char * | toString | ||
) | [protected] |
const xmlbeansxx::SchemaType * XmlObjectDocument::getOrginSchemaType | ( | ) | const [virtual] |
Reimplemented from xmlbeansxx::XmlObject.
Reimplemented in xmlbeansxx::definitions::XmlFragmentDocument.
xmlbeansxx::SchemaType XmlObjectDocument::initSchemaType | ( | ) | [static, private] |
Reimplemented from xmlbeansxx::XmlObject.
Reimplemented in xmlbeansxx::definitions::XmlFragmentDocument.
void XmlObjectDocument::serialize | ( | std::ostream & | out, |
xmlbeansxx::XmlOptions | options = xmlbeansxx::XmlOptions() |
||
) | const [virtual] |
Serializes object to stream
Reimplemented from xmlbeansxx::XmlObject.
void XmlObjectDocument::setXmlObject | ( | const xmlbeansxx::XmlObject & | p | ) | [virtual] |
Reimplemented from xmlbeansxx::XmlObject.
Reimplemented in xmlbeansxx::definitions::XmlFragmentDocument.
const xmlbeansxx::SchemaType * XmlObjectDocument::type | ( | ) | [static] |
Reimplemented from xmlbeansxx::XmlObject.
Reimplemented in xmlbeansxx::definitions::XmlFragmentDocument.