HomeSort by relevance Sort by last modified time
    Searched defs:getAttributeNode (Results 1 - 25 of 69) sorted by null

1 2 3

  /libcore/luni/src/main/java/org/w3c/dom/
Element.java 109 public Attr getAttributeNode(String name);
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 83 Attr attr = getAttributeNode(name);
102 public AttrImpl getAttributeNode(String name) {
247 Attr attr = getAttributeNode(name);
339 return ElementImpl.this.getAttributeNode(name);
394 AttrImpl attr = getAttributeNode(name);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java 272 public int getAttributeNode(int elementHandle, String namespaceURI,
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 453 return DTM.NULL != dtm.getAttributeNode(node,null,name);
467 return DTM.NULL != dtm.getAttributeNode(node,namespaceURI,localName);
1133 public final Attr getAttributeNode(String name)
1195 int n = dtm.getAttributeNode(node,namespaceURI,localName);
1242 int n = dtm.getAttributeNode(node,namespaceURI,localName);
    [all...]
DTMDefaultBase.java 1050 public abstract int getAttributeNode(int nodeHandle, String namespaceURI,
    [all...]
DTMDocumentImpl.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 751 public int getAttributeNode(int nodeHandle, String namespaceURI,
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 356 public Attr getAttributeNode(String name)
359 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getAttributeNode not supported!");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
minidom.py 685 attr = self.getAttributeNode(attname)
721 def getAttributeNode(self, attrname):
832 idAttr = self.getAttributeNode(name)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minidom.py 687 attr = self.getAttributeNode(attname)
723 def getAttributeNode(self, attrname):
828 idAttr = self.getAttributeNode(name)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java     [all...]
  /external/python/cpython2/Lib/xml/dom/
minidom.py 685 attr = self.getAttributeNode(attname)
721 def getAttributeNode(self, attrname):
832 idAttr = self.getAttributeNode(name)
    [all...]
  /external/python/cpython3/Lib/xml/dom/
minidom.py 737 attr = self.getAttributeNode(attname)
765 def getAttributeNode(self, attrname):
889 idAttr = self.getAttributeNode(name)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py 688 attr = self.getAttributeNode(attname)
724 def getAttributeNode(self, attrname):
835 idAttr = self.getAttributeNode(name)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py 688 attr = self.getAttributeNode(attname)
724 def getAttributeNode(self, attrname):
835 idAttr = self.getAttributeNode(name)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 688 attr = self.getAttributeNode(attname)
724 def getAttributeNode(self, attrname):
835 idAttr = self.getAttributeNode(name)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 688 attr = self.getAttributeNode(attname)
724 def getAttributeNode(self, attrname):
835 idAttr = self.getAttributeNode(name)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h     [all...]
msxml2.h     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 2250 milliseconds

1 2 3