Home
last modified time | relevance | path

Searched defs:getAttributeNode (Results 1 – 10 of 10) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTM.java272 public int getAttributeNode(int elementHandle, String namespaceURI, in getAttributeNode() method
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTM.java751 public int getAttributeNode(int nodeHandle, String namespaceURI, in getAttributeNode() method in DOM2DTM
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java356 public Attr getAttributeNode(String name) in getAttributeNode() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1133 public final Attr getAttributeNode(String name) in getAttributeNode() method in DTMNodeProxy
DDTMDefaultBase.java1050 public abstract int getAttributeNode(int nodeHandle, String namespaceURI, in getAttributeNode() method in DTMDefaultBase
DDTMDocumentImpl.java1086 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/
DSAX2DTM.java1185 public int getAttributeNode(int nodeHandle, String namespaceURI, in getAttributeNode() method in SAX2DTM
/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java1709 public static Node getAttributeNode(Node sNode, String attribName) { in getAttributeNode() method in LDMLUtilities
/external/python/cpython3/Lib/xml/dom/
Dminidom.py765 def getAttributeNode(self, attrname): member in Element
/external/python/cpython2/Lib/xml/dom/
Dminidom.py721 def getAttributeNode(self, attrname): member in Element