XsltXPathConformanceTestSuite.java | 189 * <test-case category="XSLT-Result-Tree" id="attribset_attribset01"> 208 String category = testCaseElement.getAttribute("category"); local 210 String name = category + "." + id; 263 return new XsltTest(category, id, purpose, spec, principalData, 311 private final String category; field in class:XsltXPathConformanceTestSuite.XsltTest 329 XsltTest(String category, String id, String purpose, String spec, 333 this.category = category; 404 return category + "." + id [all...] |