Searched refs:appendXPathAttribute (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LDMLUtilities.java | 687 appendXPathAttribute(child, xpath, false, false); in mergeLDMLDocuments() 793 appendXPathAttribute(parent, xpathFragment); in getAbsoluteXPath() 824 appendXPathAttribute((Node) n1[i], xp1); in mergeNodeLists() 830 appendXPathAttribute((Node) n2[i], xp2); in mergeNodeLists() 1166 public static final void appendXPathAttribute(Node node, StringBuffer xpath) { in appendXPathAttribute() method in LDMLUtilities 1167 appendXPathAttribute(node, xpath, false, false); in appendXPathAttribute() 1174 …public static void appendXPathAttribute(Node node, StringBuffer xpath, boolean ignoreAlt, boolean … in appendXPathAttribute() method in LDMLUtilities 1176 appendXPathAttribute(node, sb, ignoreAlt, ignoreDraft); in appendXPathAttribute() 1179 public static final void appendXPathAttribute(Node node, StringBuilder xpath) { in appendXPathAttribute() method in LDMLUtilities 1180 appendXPathAttribute(node, xpath, false, false); in appendXPathAttribute() [all …]
|