Home
last modified time | relevance | path

Searched refs:xpathParts (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DDtdPathIterator.java33 this.xpathParts = new XPathParts(); in DtdPathIterator()
37 final XPathParts xpathParts; field in DtdPathIterator
44 xpathParts.clear(); in visit()
71 int index = xpathParts.size(); in visit()
72 xpathParts.addElement(parentName); in visit()
84 …(parentName.equals("displayName") && attributeName.equals("count") && !xpathParts.contains("curren… in visit()
90 xpathParts.setAttribute(index, attributeName, sample.apply(attribute)); in visit()
102 xpathParts.setAttribute(index, attributeName, sample.apply(attribute)); in visit()
104 xpathParts.removeAttribute(index, attributeName); in visit()
108 visitor.accept(xpathParts); in visit()
[all …]
DXMLSource.java852 …XPathParts xpathParts = XPathParts.getFrozenInstance(xpath).cloneAsThawed(); // not frozen, for pu… in getFullPath() local
855 int offset = xpathParts.size() - pathWhereFoundParts.size(); in getFullPath()
865 xpathParts.putAttributeValue(i + offset, key, value); in getFullPath()
870 result = xpathParts.toString(); in getFullPath()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateXMB.java506 XPathParts xpathParts = XPathParts.getFrozenInstance(fullPath); in writeFile() local
507 String draftValue = xpathParts.getAttributeValue(-1, "draft"); in writeFile()