Searched defs:xmlFilePath (Results 1 – 5 of 5) sorted by relevance
53 def getSchemaFilenameFromXmlFile(xmlFilePath): argument71 def validateXmlWithSchema(xmlFilePath, schemaFilePath): argument107 xmlFilePath = path.join(rootPath, filename) variable
33 private String xmlFilePath = null; field in XMLParse35 public XMLParse(String xmlFilePath) { in XMLParse()
35 String xmlFilePath = args[0]; in main() local40 private static void documentParse(String xmlFilePath, String contextProcessor) { in documentParse()
37 String xmlFilePath = args[0]; in main() local43 …private static void xsValidationTest(String xmlFilePath, String xsdFilePath, String contextProcess… in xsValidationTest()
43 private String xmlFilePath = null; field in XSValidate50 public XSValidate(String xmlFilePath, String xsdFilePath) { in XSValidate()