XsltXPathConformanceTestSuite.java | 196 * <spec-citation place="7.1.4" type="section" version="1.0" spec="xslt"/> 207 Element specCitationElement = (Element) testCaseElement.getElementsByTagName("spec-citation").item(0); 214 String spec = "place=" + specCitationElement.getAttribute("place") local 217 + " spec=" + specCitationElement.getAttribute("spec"); 265 return new XsltTest(category, id, purpose, spec, principalData, 316 private final String spec; field in class:XsltXPathConformanceTestSuite.XsltTest 331 XsltTest(String category, String id, String purpose, String spec, 338 this.spec = spec [all...] |