Searched refs:specCitationElement (Results 1 – 1 of 1) sorted by relevance
205 …Element specCitationElement = (Element) testCaseElement.getElementsByTagName("spec-citation").item… in create() local212 String spec = "place=" + specCitationElement.getAttribute("place") in create()213 + " type" + specCitationElement.getAttribute("type") in create()214 + " version=" + specCitationElement.getAttribute("version") in create()215 + " spec=" + specCitationElement.getAttribute("spec"); in create()