#include <C_CMMLDoc.h>
Collaboration diagram for C_CMMLDoc:
Public Member Functions | |
C_CMMLDoc (void) | |
virtual | ~C_CMMLDoc (void) |
C_CMMLPreamble * | preamble () |
Returns an internal pointer to the preamble element. Can manipulate but not delete. | |
C_CMMLRootTag * | root () |
Returns and internal pointer to the cmml root tag. Can manipulate but not delete. | |
void | setRoot (C_CMMLRootTag *inRootTag) |
Sets the root cmml tag for this document. | |
virtual wstring | toString () |
Returns an xml string representing the complete document. | |
C_CMMLDoc * | clone () |
Protected Attributes | |
C_CMMLPreamble * | mPreamble |
C_CMMLRootTag * | mRoot |
|
Definition at line 37 of file C_CMMLDoc.cpp. References mPreamble, and mRoot. Referenced by clone(). |
|
Definition at line 44 of file C_CMMLDoc.cpp. |
|
Definition at line 50 of file C_CMMLDoc.cpp. References C_CMMLDoc(), C_CMMLRootTag::clone(), mPreamble, and mRoot. Referenced by CMMLRecomposer::recomposeStreamFrom(). |
Here is the call graph for this function:
|
Returns an internal pointer to the preamble element. Can manipulate but not delete.
Definition at line 58 of file C_CMMLDoc.cpp. |
|
Returns and internal pointer to the cmml root tag. Can manipulate but not delete.
Definition at line 61 of file C_CMMLDoc.cpp. Referenced by CMMLRawSourceFilter::DataProcessLoop(), and CMMLRecomposer::recomposeStreamFrom(). |
|
Sets the root cmml tag for this document.
Definition at line 64 of file C_CMMLDoc.cpp. References mRoot. Referenced by CMMLParser::parseDocFromFile(), and illiminable::libCMMLTagsDotNET::CMMLDoc::setRoot(). |
|
Returns an xml string representing the complete document.
Definition at line 68 of file C_CMMLDoc.cpp. References mPreamble, mRoot, C_CMMLRootTag::toString(), and C_CMMLPreamble::toString(). Referenced by CMMLRecomposer::recomposeStreamFrom(). |
Here is the call graph for this function:
|
Definition at line 69 of file C_CMMLDoc.h. Referenced by C_CMMLDoc(), clone(), and toString(). |
|
Definition at line 70 of file C_CMMLDoc.h. Referenced by C_CMMLDoc(), clone(), setRoot(), and toString(). |