Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java1927 public void setIdAttributeNode(Attr at, boolean makeId) { in setIdAttributeNode() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java2168 public void setIdAttributeNode(Attr at, boolean makeId) { in setIdAttributeNode() method in DTMNodeProxy
/external/python/cpython3/Lib/xml/dom/
Dminidom.py923 def setIdAttributeNode(self, idAttr): member in Element
/external/python/cpython2/Lib/xml/dom/
Dminidom.py839 def setIdAttributeNode(self, idAttr): member in Element