Home
last modified time | relevance | path

Searched refs:NamedNodeMap (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java27 import org.w3c.dom.NamedNodeMap;
545 NamedNodeMap attr = node.getAttributes(); in getLanguageName()
552 NamedNodeMap groupAtt = group.getAttributes(); in getLanguageName()
583 NamedNodeMap attr = node.getAttributes(); in checkLangAttribute()
811 NamedNodeMap attributes = node.getAttributes(); in getAttributeValue()
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
H A DStableAPI.java45 import org.w3c.dom.NamedNodeMap;
479 static String getAttr(NamedNodeMap attrList, String attrName) { in getAttr()
985 NamedNodeMap attr = n.getAttributes(); in dumpNode()
/third_party/python/Lib/xml/dom/
H A Dminidom.py473 class NamedNodeMap(object): class
636 defproperty(NamedNodeMap, "length",
637 doc="Number of nodes in the NamedNodeMap.")
639 AttributeList = NamedNodeMap
905 return NamedNodeMap(self._attrs, self._attrsNS, self)
935 doc="NamedNodeMap of attributes on the element.")
1269 "NamedNodeMap instance is read-only")
1273 "NamedNodeMap instance is read-only")
1277 "NamedNodeMap instance is read-only")
1281 "NamedNodeMap instanc
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java29 import org.w3c.dom.NamedNodeMap;
364 NamedNodeMap attrs = testCase.getAttributes(); in TestDetection()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java28 import org.w3c.dom.NamedNodeMap;
361 NamedNodeMap attrs = testCase.getAttributes(); in TestDetection()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 38 milliseconds