Searched refs:xpathParts (Results 1 – 2 of 2) sorted by relevance
784 … XPathParts xpathParts = XPathParts.getInstance(xpath); // not frozen, for putAttributeValue in getFullPath() local787 int offset = xpathParts.size() - pathWhereFoundParts.size(); in getFullPath()797 xpathParts.putAttributeValue(i + offset, key, value); in getFullPath()802 result = xpathParts.toString(); in getFullPath()
506 XPathParts xpathParts = XPathParts.getFrozenInstance(fullPath); in writeFile() local507 String draftValue = xpathParts.getAttributeValue(-1, "draft"); in writeFile()