Home
last modified time | relevance | path

Searched defs:setAttributeNode (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java307 public Attr setAttributeNode(Attr newAttr) throws DOMException in setAttributeNode() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1149 public final Attr setAttributeNode(Attr newAttr) throws DOMException in setAttributeNode() method in DTMNodeProxy
/external/python/cpython2/Lib/xml/dom/
Dminidom.py727 def setAttributeNode(self, attr): member in Element