Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/tools/xmlValidator/
DxmlValidator.py52 def getSchemaFilenameFromXmlFile(xmlFilePath): argument
66 xmlTree = etree.parse(xmlFilePath)
70 def validateXmlWithSchema(xmlFilePath, schemaFilePath): argument
79 baseXmlName = path.basename(xmlFilePath)
85 xmlContent = etree.parse(xmlFilePath)
106 xmlFilePath = path.join(rootPath, filename) variable
107 schemaFileName = getSchemaFilenameFromXmlFile(xmlFilePath)
109 validateXmlWithSchema(xmlFilePath, schemaFilePath)