Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java692 appendXPathAttribute(child, xpath, false, false); in mergeLDMLDocuments()
798 appendXPathAttribute(parent, xpathFragment); in getAbsoluteXPath()
829 appendXPathAttribute((Node) n1[i], xp1); in mergeNodeLists()
835 appendXPathAttribute((Node) n2[i], xp2); in mergeNodeLists()
1171 public static final void appendXPathAttribute(Node node, StringBuffer xpath) { in appendXPathAttribute() method in LDMLUtilities
1172 appendXPathAttribute(node, xpath, false, false); in appendXPathAttribute()
1179 …public static void appendXPathAttribute(Node node, StringBuffer xpath, boolean ignoreAlt, boolean … in appendXPathAttribute() method in LDMLUtilities
1181 appendXPathAttribute(node, sb, ignoreAlt, ignoreDraft); in appendXPathAttribute()
1184 public static final void appendXPathAttribute(Node node, StringBuilder xpath) { in appendXPathAttribute() method in LDMLUtilities
1185 appendXPathAttribute(node, xpath, false, false); in appendXPathAttribute()
[all …]