Searched defs:getAttributeNode (Results 1 – 10 of 10) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | DTM.java | 272 public int getAttributeNode(int elementHandle, String namespaceURI, in getAttributeNode() method
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTM.java | 751 public int getAttributeNode(int nodeHandle, String namespaceURI, in getAttributeNode() method in DOM2DTM
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | UnImplNode.java | 356 public Attr getAttributeNode(String name) in getAttributeNode() method in UnImplNode
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeProxy.java | 1133 public final Attr getAttributeNode(String name) in getAttributeNode() method in DTMNodeProxy
|
D | DTMDefaultBase.java | 1050 public abstract int getAttributeNode(int nodeHandle, String namespaceURI, in getAttributeNode() method in DTMDefaultBase
|
D | DTMDocumentImpl.java | 1086 public int getAttributeNode(int nodeHandle, String namespaceURI, String name) { in getAttributeNode() method in DTMDocumentImpl
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
D | SAX2DTM.java | 1185 public int getAttributeNode(int nodeHandle, String namespaceURI, in getAttributeNode() method in SAX2DTM
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LDMLUtilities.java | 1709 public static Node getAttributeNode(Node sNode, String attribName) { in getAttributeNode() method in LDMLUtilities
|
/external/python/cpython3/Lib/xml/dom/ |
D | minidom.py | 765 def getAttributeNode(self, attrname): member in Element
|
/external/python/cpython2/Lib/xml/dom/ |
D | minidom.py | 721 def getAttributeNode(self, attrname): member in Element
|