Home
last modified time | relevance | path

Searched refs:getChildElement (Results 1 – 8 of 8) sorted by relevance

/external/parameter-framework/upstream/xmlserializer/
DXmlElement.h75 bool getChildElement(const std::string &strType, CXmlElement &childElement) const;
76 bool getChildElement(const std::string &strType, const std::string &strNameAttribute,
DXmlElement.cpp138 bool CXmlElement::getChildElement(const string &strType, CXmlElement &childElement) const in getChildElement() function in CXmlElement
152 bool CXmlElement::getChildElement(const string &strType, const string &strNameAttribute, in getChildElement() function in CXmlElement
/external/parameter-framework/upstream/parameter/
DSubsystem.cpp128 xmlElement.getChildElement("ComponentLibrary", childElement); in structureFromXml()
136 xmlElement.getChildElement("InstanceDefintion", childElement); in structureFromXml()
DDomainConfiguration.cpp154 if (!xmlConfigurableElementSettingsElement.getChildElement( in importOneConfigurableElementSettings()
165 xmlConfigurableElementSettingsElement.getChildElement( in importOneConfigurableElementSettings()
DConfigurableDomain.cpp251 xmlElement.getChildElement("Configurations", xmlConfigurationsElement); in parseDomainConfigurations()
265 xmlElement.getChildElement("ConfigurableElements", xmlConfigurableElementsElement); in parseConfigurableElements()
329 if (!xmlElement.getChildElement("Settings", xmlSettingsElement)) { in parseSettings()
/external/icu/icu4c/source/tools/toolutil/
Dxmlparser.h114 const UXMLElement *getChildElement(const UnicodeString &name) const;
Dxmlparser.cpp802 UXMLElement::getChildElement(const UnicodeString &name) const { in getChildElement() function in UXMLElement
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp216 n = testCase->getChildElement("pattern"); in searchTest()
226 n = testCase->getChildElement("pre"); in searchTest()
234 n = testCase->getChildElement("m"); in searchTest()
244 n = testCase->getChildElement("post"); in searchTest()