OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlFilePath
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/upstream/tools/xmlValidator/
xmlValidator.py
52
def getSchemaFilenameFromXmlFile(
xmlFilePath
):
61
xmlFilePath
: the xml file.
66
xmlTree = etree.parse(
xmlFilePath
)
70
def validateXmlWithSchema(
xmlFilePath
, schemaFilePath):
76
xmlFilePath
(str): the absolute path to the xml file.
79
baseXmlName = path.basename(
xmlFilePath
)
85
xmlContent = etree.parse(
xmlFilePath
)
106
xmlFilePath
= path.join(rootPath, filename)
107
schemaFileName = getSchemaFilenameFromXmlFile(
xmlFilePath
)
109
validateXmlWithSchema(
xmlFilePath
, schemaFilePath
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar
Completed in 189 milliseconds