Home
last modified time | relevance | path

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

/external/parameter-framework/xmlserializer/
DXmlDocSource.h136 virtual bool isParsable() const;
DXmlDocSource.cpp104 bool CXmlDocSource::isParsable() const in isParsable() function in CXmlDocSource
/external/parameter-framework/parameter/
DXmlFileIncluderElement.cpp83 if (!docSource.isParsable()) { in fromXml()