Searched refs:xpathParts (Results 1 – 2 of 2) sorted by relevance
810 XPathParts xpathParts = new XPathParts().set(xpath); in getFullPath() local813 int offset = xpathParts.size() - pathWhereFoundParts.size(); in getFullPath()823 xpathParts.putAttributeValue(i + offset, key, value); in getFullPath()828 result = xpathParts.toString(); in getFullPath()
442 XPathParts xpathParts = new XPathParts(); in writeFile() local507 xpathParts.set(fullPath); in writeFile()508 String draftValue = xpathParts.getAttributeValue(-1, "draft"); in writeFile()