Lines Matching refs:AddChild
78 AddChild( *pModuleName ); in ModuleDescription()
80 AddChild( *pCdList ); in ModuleDescription()
81 AddChild( *Create_ModuleDescrOptional_Element( pTypes, pServiceDependencies ) ); in ModuleDescription()
117 AddChild( *new SglTextElement(C_sAuthor, lt_nolink, false) ); in ComponentDescription()
119 AddChild( *pComponentName ); in ComponentDescription()
120 AddChild( *new SglTextElement(C_sDescription, lt_nolink, false) ); in ComponentDescription()
121 AddChild( *new SglTextElement(C_sLoaderName, lt_idl, true) ); in ComponentDescription()
122 AddChild( *new SglTextElement(C_sLanguage, lt_nolink, false) ); in ComponentDescription()
123 AddChild( *new SglAttrElement(C_sStatus, C_sAttr_value) ); in ComponentDescription()
125 AddChild( *pSupportedServices ); in ComponentDescription()
126 AddChild( *Create_CompDescrOptional_Element( pTypes, pServiceDependencies ) ); in ComponentDescription()
223 ret->AddChild( *new MultipleTextElement(C_sProjectBuildDependency, lt_nolink, false) ); in Create_ModuleDescrOptional_Element()
224 ret->AddChild( *new MultipleTextElement(C_sRuntimeModuleDependency, lt_nolink, false) ); in Create_ModuleDescrOptional_Element()
237 …ret->AddChild( *new MultipleAttrElement(C_sReferenceDocu, C_sRefDocuAttrNames, C_sRefDocuAttrNumbe… in Create_CompDescrOptional_Element()
239 ret->AddChild( *o_rServiceDependencies ); in Create_CompDescrOptional_Element()
241 ret->AddChild( *o_rTypes ); in Create_CompDescrOptional_Element()