Searched refs:getAttributeNS (Results 1 – 10 of 10) sorted by relevance
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ext/ |
D | TestDOM.java | 80 assertEquals("abc", root.getAttributeNS("http://foo", "attr")); in testDeserializeNS()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/ |
D | XmlResourceParserImpl.java | 261 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/ |
D | UnImplNode.java | 505 public String getAttributeNS(String namespaceURI, String localName) in getAttributeNS() method in UnImplNode
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemLiteralResult.java | 221 public String getAttributeNS(String namespaceURI, String localName) in getAttributeNS() method in ElemLiteralResult
|
/external/python/cpython3/Lib/test/ |
D | test_minidom.py | 404 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/ |
D | DTMNodeProxy.java | 1192 public final String getAttributeNS(String namespaceURI, String localName) in getAttributeNS() method in DTMNodeProxy
|
/external/python/cpython2/Lib/xml/dom/ |
D | minidom.py | 678 def getAttributeNS(self, namespaceURI, localName): member in Element
|
/external/python/cpython3/Lib/xml/dom/ |
D | minidom.py | 737 def getAttributeNS(self, namespaceURI, localName): member in Element
|
/external/python/cpython3/Doc/library/ |
D | xml.dom.rst | 627 .. method:: Element.getAttributeNS(namespaceURI, localName)
|
/external/python/cpython2/Doc/library/ |
D | xml.dom.rst | 642 .. method:: Element.getAttributeNS(namespaceURI, localName)
|