docType
XML::DocumentType* docType) :
m_docType(docType),
ASSERT(docType);
XML::DocumentType* docType) :
m_docType(docType),
ASSERT(docType);
XML::DocumentType* docType);
XML::DocumentType* docType);
XML::DocumentType* docType() const;
XML::DocumentType* docType) {
docType->addMapping(new Mapping<MessageIO>(s_element));
XML::DocumentType* docType);
if(i.docType()) {
*outType = i.docType();
XML::DocumentType* docType) {
docType->addMapping(new Mapping<ConnectionIO>(_CONNECTION_ELEMENT));
XML::DocumentType* docType);
XML::DocumentType* docType) {
docType->addMapping(new Mapping<DormantNodeIO>(_DORMANT_NODE_ELEMENT));
XML::DocumentType* docType);
XML::DocumentType* docType) {
docType->addMapping(new Mapping<LiveNodeIO>(_LIVE_NODE_ELEMENT));
XML::DocumentType* docType);
XML::DocumentType* docType = new XML::DocumentType(
MessageIO::AddTo(docType);
return docType;
XML::DocumentType* docType = new XML::DocumentType(
RouteAppNodeManager::AddTo(docType);
return docType;
XML::DocumentType* docType) {
MessageIO::AddTo(docType);
MediaFormatIO::AddTo(docType);
ConnectionIO::AddTo(docType);
DormantNodeIO::AddTo(docType);
LiveNodeIO::AddTo(docType);
_add_string_elements(docType);
XML::DocumentType* docType);
XML::DocumentType* docType) {
docType->addMapping(new Mapping<StringContent>(_NAME_ELEMENT));
docType->addMapping(new Mapping<StringContent>(_KIND_ELEMENT));
docType->addMapping(new Mapping<StringContent>(_FLAG_ELEMENT));
docType->addMapping(new Mapping<StringContent>(_FLAVOR_ID_ELEMENT));
docType->addMapping(new Mapping<StringContent>(_CYCLE_ELEMENT));
docType->addMapping(new Mapping<StringContent>(_RUN_MODE_ELEMENT));
docType->addMapping(new Mapping<StringContent>(_TIME_SOURCE_ELEMENT));
docType->addMapping(new Mapping<StringContent>(_RECORDING_DELAY_ELEMENT));
docType->addMapping(new Mapping<StringContent>(_REF_ELEMENT));
XML::DocumentType* docType);