Home
last modified time | relevance | path

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

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DDtdPathIterator.java33 this.xpathParts = new XPathParts();
37 final XPathParts xpathParts;
44 xpathParts.clear();
71 int index = xpathParts.size();
72 xpathParts.addElement(parentName);
90 xpathParts.setAttribute(index, attributeName, sample.apply(attribute));
102 xpathParts.setAttribute(index, attributeName, sample.apply(attribute));
104 xpathParts.removeAttribute(index, attributeName);
108 visitor.accept(xpathParts);
119 visitor.accept(xpathParts);
[all …]
H A 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()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DGenerateXMB.java506 XPathParts xpathParts = XPathParts.getFrozenInstance(fullPath); in writeFile() local
507 String draftValue = xpathParts.getAttributeValue(-1, "draft"); in writeFile()