Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/xmlserializer/
DXmlDocSource.h141 virtual bool isParsable() const;
DXmlDocSource.cpp110 bool CXmlDocSource::isParsable() const in isParsable() function in CXmlDocSource
/external/parameter-framework/upstream/parameter/
DXmlFileIncluderElement.cpp72 if (!docSource.isParsable()) { in fromXml()