Home
last modified time | relevance | path

Searched defs:removeAttributeNode (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java290 public Attr removeAttributeNode(Attr oldAttr) throws DOMException in removeAttributeNode() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1163 public final Attr removeAttributeNode(Attr oldAttr) throws DOMException in removeAttributeNode() method in DTMNodeProxy
/external/python/cpython3/Lib/xml/dom/
Dminidom.py825 def removeAttributeNode(self, node): member in Element
/external/python/cpython2/Lib/xml/dom/
Dminidom.py761 def removeAttributeNode(self, node): member in Element