Home
last modified time | relevance | path

Searched refs:CXmlFileIncluderElement (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/upstream/parameter/
DXmlFileIncluderElement.cpp39 CXmlFileIncluderElement::CXmlFileIncluderElement(const std::string &strName, in CXmlFileIncluderElement() function in CXmlFileIncluderElement
49 bool CXmlFileIncluderElement::fromXml(const CXmlElement &xmlElement, in fromXml()
118 std::string CXmlFileIncluderElement::getIncludedElementType() const in getIncludedElementType()
DXmlFileIncluderElement.h37 class CXmlFileIncluderElement : public CKindElement
40 CXmlFileIncluderElement(const std::string &strName, const std::string &strKind,
DFileIncluderElementBuilder.h52 return new CXmlFileIncluderElement(xmlElement.getNameAttribute(), xmlElement.getType(), in createElement()