Searched refs:parseXsdAndCompile (Results 1 – 2 of 2) sorted by relevance
42 result = TestHelper.parseXsdAndCompile(in); in testPurchaseSimple()78 result = TestHelper.parseXsdAndCompile(in); in testNestedType()108 result = TestHelper.parseXsdAndCompile(in); in testSimpleComplexContent()143 result = TestHelper.parseXsdAndCompile(in); in testPredefinedTypes()328 result = TestHelper.parseXsdAndCompile(in); in testSimpleType()352 result = TestHelper.parseXsdAndCompile(in); in testReference()379 TestHelper.parseXsdAndCompile(in); in testUnsupportedTag()390 TestHelper.parseXsdAndCompile(in); in testUnsupportedAttribute()
101 static TestCompilationResult parseXsdAndCompile(InputStream in) throws Exception { in parseXsdAndCompile() method in TestHelper