Home
last modified time | relevance | path

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

/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.py403 self.assertEqual(child.getAttributeNS("http://www.w3.org", "python"),
405 self.assertEqual(child.getAttributeNS("http://www.w3.org", "other"),
408 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/cpython3/Lib/xml/dom/
Dminidom.py728 def getAttributeNS(self, namespaceURI, localName): member in Element
/external/python/cpython2/Lib/xml/dom/
Dminidom.py678 def getAttributeNS(self, namespaceURI, localName): member in Element
/external/python/cpython2/Doc/library/
Dxml.dom.rst642 .. method:: Element.getAttributeNS(namespaceURI, localName)
/external/python/cpython3/Doc/library/
Dxml.dom.rst627 .. method:: Element.getAttributeNS(namespaceURI, localName)