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

12 3

  /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);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
attrisid03.js 106 attr = acronymElem.getAttributeNodeNS(xmlNS,"lang");
nodegettextcontent07.js 102 attr = elem.getAttributeNodeNS("http://www.w3.org/XML/1998/namespace","lang");
nodeisequalnode16.js 106 attr1 = addrElement.getAttributeNodeNS(nullNSURI,"dir");
attrisid02.js 108 attr = acronymElem.getAttributeNodeNS(xmlNS,"lang");
attrisid07.js 114 attr = acronymElem.getAttributeNodeNS("http://www.w3.org/DOM","newAttr");
nodegettextcontent08.js 104 attr = elem.getAttributeNodeNS("http://www.w3.org/XML/1998/namespace","lang");
nodeisequalnode15.js 105 attr1 = addrElement.getAttributeNodeNS(nullNS,"title");
  /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...]
  /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);
  /external/webkit/Source/WebKit/win/
DOMHTMLClasses.h 623 virtual HRESULT STDMETHODCALLTYPE getAttributeNodeNS(
626 /* [retval][out] */ IDOMAttr **result) { return DOMElement::getAttributeNodeNS(namespaceURI, localName, result); }
    [all...]
  /external/webkit/Source/WebCore/dom/
Element.idl 59 [OldStyleObjC] Attr getAttributeNodeNS(in [ConvertNullToNullString] DOMString namespaceURI,
Element.h 181 PassRefPtr<Attr> getAttributeNodeNS(const String& namespaceURI, const String& localName);
  /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/webkit/Source/WebCore/xml/
XPathStep.cpp 338 RefPtr<Node> n = static_cast<Element*>(context)->getAttributeNodeNS(m_nodeTest.namespaceURI(), m_nodeTest.data());
  /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...]

Completed in 1552 milliseconds

12 3