Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ext/
DTestDOM.java80 assertEquals("abc", root.getAttributeNS("http://foo", "attr")); in testDeserializeNS()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DXmlResourceParserImpl.java261 return element.getAttributeNS(namespace, name).trim(); in getAttribute()
264 return element.getAttributeNS(AttributeResource.RES_AUTO_NS_URI, name).trim(); in getAttribute()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java505 public String getAttributeNS(String namespaceURI, String localName) in getAttributeNS() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java221 public String getAttributeNS(String namespaceURI, String localName) in getAttributeNS() method in ElemLiteralResult
/external/python/cpython3/Lib/test/
Dtest_minidom.py404 self.assertEqual(child.getAttributeNS("http://www.w3.org", "python"),
406 self.assertEqual(child.getAttributeNS("http://www.w3.org", "other"),
409 self.assertEqual(child2.getAttributeNS("http://www.python.org", "missing"),
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1192 public final String getAttributeNS(String namespaceURI, String localName) in getAttributeNS() method in DTMNodeProxy
/external/python/cpython2/Lib/xml/dom/
Dminidom.py678 def getAttributeNS(self, namespaceURI, localName): member in Element
/external/python/cpython3/Lib/xml/dom/
Dminidom.py737 def getAttributeNS(self, namespaceURI, localName): member in Element
/external/python/cpython3/Doc/library/
Dxml.dom.rst627 .. method:: Element.getAttributeNS(namespaceURI, localName)
/external/python/cpython2/Doc/library/
Dxml.dom.rst642 .. method:: Element.getAttributeNS(namespaceURI, localName)