Searched refs:findFirstAttributeValue (Results 1 – 6 of 6) sorted by relevance
315 String thisTerritory = thisxpp.findFirstAttributeValue("territories"); in compareTo()316 String otherTerritory = otherxpp.findFirstAttributeValue("territories"); in compareTo()337 String thisTerritory = thisxpp.findFirstAttributeValue("territories"); in compareTo()338 String otherTerritory = otherxpp.findFirstAttributeValue("territories"); in compareTo()
128 DraftStatus draftStatus = DraftStatus.forString(parts.findFirstAttributeValue("draft")); in handleCheck()
157 String draftValue = fullParts.findFirstAttributeValue("draft"); in test()
434 String numberingSystem = xpp.findFirstAttributeValue("numberSystem");
169 DraftStatus status = DraftStatus.forString(xpp.findFirstAttributeValue("draft")); in writeSubcharts()
1160 public String findFirstAttributeValue(String attribute) { in findFirstAttributeValue() method in XPathParts