#include <CMMLPreamble.h>
Collaboration diagram for illiminable::libCMMLTagsDotNET::CMMLPreamble:
Public Member Functions | |
CMMLPreamble (void) | |
CMMLPreamble (C_CMMLPreamble *inPreamble, bool inDeleteBase) | |
~CMMLPreamble (void) | |
String * | xmlVersion () |
String * | xmlEncoding () |
String * | xmlStandAlone () |
void | setXmlVersion (String *inVersion) |
void | setXmlEncoding (String *inEncoding) |
void | setXmlStandAlone (String *inStandAlone) |
virtual String * | toString () |
Protected Attributes | |
C_CMMLPreamble * | mBaseClass |
bool | mDeleteBase |
|
Definition at line 41 of file CMMLPreamble.cpp. |
|
Definition at line 44 of file CMMLPreamble.cpp. References mBaseClass, and mDeleteBase. |
|
Definition at line 50 of file CMMLPreamble.cpp. References mBaseClass. |
|
Definition at line 77 of file CMMLPreamble.cpp. References mBaseClass, and C_CMMLPreamble::setXmlEncoding(). |
Here is the call graph for this function:
|
Definition at line 82 of file CMMLPreamble.cpp. References mBaseClass, and C_CMMLPreamble::setXmlStandAlone(). |
Here is the call graph for this function:
|
Definition at line 72 of file CMMLPreamble.cpp. References mBaseClass, and C_CMMLPreamble::setXmlVersion(). |
Here is the call graph for this function:
|
Definition at line 89 of file CMMLPreamble.cpp. References mBaseClass, and C_CMMLPreamble::toString(). |
Here is the call graph for this function:
|
Definition at line 64 of file CMMLPreamble.cpp. References mBaseClass, and C_CMMLPreamble::xmlEncoding(). |
Here is the call graph for this function:
|
Definition at line 67 of file CMMLPreamble.cpp. References mBaseClass, and C_CMMLPreamble::xmlStandAlone(). |
Here is the call graph for this function:
|
Definition at line 61 of file CMMLPreamble.cpp. References mBaseClass, and C_CMMLPreamble::xmlVersion(). |
Here is the call graph for this function:
|
Definition at line 86 of file CMMLPreamble.h. Referenced by CMMLPreamble(), setXmlEncoding(), setXmlStandAlone(), setXmlVersion(), toString(), xmlEncoding(), xmlStandAlone(), xmlVersion(), and ~CMMLPreamble(). |
|
Definition at line 87 of file CMMLPreamble.h. Referenced by CMMLPreamble(). |