Searched refs:getNameAttribute (Results 1 – 10 of 10) sorted by relevance
63 strPathElement += "[@Name=" + getNameAttribute() + "]"; in getPath()115 string CXmlElement::getNameAttribute() const in getNameAttribute() function in CXmlElement158 (childElement.getNameAttribute() == strNameAttribute)) { in getChildElement()
52 std::string getNameAttribute() const;
38 return xmlElement.getNameAttribute(); in getName()
40 return new ElementType(xmlElement.getNameAttribute()); in createElement()
42 return new ElementType(xmlElement.getNameAttribute(), xmlElement.getType()); in createElement()
52 return new CXmlFileIncluderElement(xmlElement.getNameAttribute(), xmlElement.getType(), in createElement()
62 _pluginList.push_back(xmlPluginElement.getNameAttribute()); in fromXml()
51 auto name = xmlElement.getNameAttribute(); in createElement()
139 if (xmlChildConfigurableElementSettingsElement.getNameAttribute() != in serializeXmlSettings()147 xmlChildConfigurableElementSettingsElement.getNameAttribute() + " instead"); in serializeXmlSettings()
343 findChild(xmlConfigurationSettingsElement.getNameAttribute())); in parseSettings()