HomeSort by relevance Sort by last modified time
    Searched refs:getAttributeNodeNS (Results 26 - 50 of 66) sorted by null

12 3

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementgetattributenodens01.java 32 * The method getAttributeNodeNS retrieves an Attr node by local name and namespace URI.
88 attribute = element.getAttributeNodeNS("http://www.w3.org/DOM/Level2", "att");
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NamespaceURI.java 86 // addrAttr = testAddr.getAttributeNodeNS("http://www.nist.gov",
101 addrAttr = testAddr.getAttributeNodeNS("http://www.nist.gov",
ElementSetAttributeNS.java 18 * attribute was correctly set by invoking the getAttributeNodeNS method and
65 attribute = element.getAttributeNodeNS(
84 attribute = element.getAttributeNodeNS(
108 attribute = element.getAttributeNodeNS("http://www.w3.org/DOM/Test/1",
ElementSetAttributeNodeNS.java 98 attrNode = element.getAttributeNodeNS(
125 attribute = element.getAttributeNodeNS(nullNS, "street");
147 attribute = element1.getAttributeNodeNS(nullNS, "street");
AttrGetOwnerElement.java 98 attr = element.getAttributeNodeNS("http://www.nist.gov", "zone");
SetAttributeNS.java 176 addrAttr = ((Element) /* Node */testAddr).getAttributeNodeNS(
268 addrAttr = ((Element) /* Node */testAddr).getAttributeNodeNS(
DocumentImportNode.java 103 attr = element.getAttributeNodeNS("http://www.nist.gov", "zone");
351 // attrNode = ((Element) /* Node */imported).getAttributeNodeNS(nullNS,
  /packages/apps/Mms/src/com/android/mms/dom/
ElementImpl.java 62 public Attr getAttributeNodeNS(String namespaceURI, String localName) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
SetPropertyFix.java 89 attr = element.getAttributeNodeNS(ANDROID_URI, localAttribute);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 376 Attr width = element.getAttributeNodeNS(ANDROID_URI, ATTR_LAYOUT_WIDTH);
380 Attr height = element.getAttributeNodeNS(ANDROID_URI, ATTR_LAYOUT_HEIGHT);
407 Attr width = element.getAttributeNodeNS(ANDROID_URI, ATTR_LAYOUT_WIDTH);
408 Attr height = element.getAttributeNodeNS(ANDROID_URI, ATTR_LAYOUT_HEIGHT);
460 Attr height = child.getAttributeNodeNS(ANDROID_URI, ATTR_LAYOUT_HEIGHT);
465 Attr width = child.getAttributeNodeNS(ANDROID_URI, ATTR_LAYOUT_WIDTH);
    [all...]
VisualRefactoring.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeMoveParticipant.java 295 classNode = element.getAttributeNodeNS(ANDROID_URI, ATTR_NAME);
305 Attr classNode = element.getAttributeNodeNS(TOOLS_URI, ATTR_CONTEXT);
AndroidPackageRenameParticipant.java 456 classNode = element.getAttributeNodeNS(ANDROID_URI, ATTR_NAME);
459 classNode = element.getAttributeNodeNS(TOOLS_URI, ATTR_CONTEXT);
AndroidTypeRenameParticipant.java 437 classNode = element.getAttributeNodeNS(ANDROID_URI, ATTR_NAME);
447 Attr classNode = element.getAttributeNodeNS(TOOLS_URI, ATTR_CONTEXT);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 540 a1 = e.getAttributeNodeNS("http://xml.python.org/", "b")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 540 a1 = e.getAttributeNodeNS("http://xml.python.org/", "b")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlProperty.java 194 attr = element.getAttributeNodeNS(uri, name);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathStep.cpp 339 RefPtr<Node> n = contextElement->getAttributeNodeNS(m_nodeTest.namespaceURI(), m_nodeTest.data());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.idl 53 Attr getAttributeNodeNS([TreatNullAs=NullString,Default=Undefined] optional DOMString namespaceURI,
Element.h 345 PassRefPtr<Attr> getAttributeNodeNS(const AtomicString& namespaceURI, const AtomicString& localName);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 459 public Attr getAttributeNodeNS(String namespaceURI, String localName)
462 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getAttributeNodeNS not supported!");
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 704 attr = self.getAttributeNodeNS(namespaceURI, localname)
727 def getAttributeNodeNS(self, namespaceURI, localName):
839 idAttr = self.getAttributeNodeNS(namespaceURI, localName)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 704 attr = self.getAttributeNodeNS(namespaceURI, localname)
727 def getAttributeNodeNS(self, namespaceURI, localName):
839 idAttr = self.getAttributeNodeNS(namespaceURI, localName)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 1239 public final Attr getAttributeNodeNS(String namespaceURI, String localName)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 801 Attr attribute = ((Element) xmlNode).getAttributeNodeNS(
    [all...]

Completed in 914 milliseconds

12 3