Searched refs:hasAttributeNS (Results 1 - 14 of 14) sorted by relevance

/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DElementHasAttributeNS.java32 * The method hasAttributeNS returns true when an attribute with a given local
36 * Retreive the first employee element node. Invoke the hasAttributeNS method to
83 .hasAttributeNS("http://www.w3.org/2000/xmlns/", "xmlns");
96 state = element.hasAttributeNS("http://www.w3.org/DOM", "domestic");
112 state = element.hasAttributeNS(nullNS, "domestic");
H A DHasAttributeNS.java32 * The "hasAttributeNS()" method for an Element should return false if the
35 * Retrieve the first "address" element and the "hasAttributeNS()" method should
83 state = testNode.hasAttributeNS(namespaceURI, localName);
96 state = testNode.hasAttributeNS(namespaceURI, localName);
110 state = testNode.hasAttributeNS(namespaceURI, localName);
126 // state = testNode.hasAttributeNS(namespaceURI, localName);
139 state = testNode.hasAttributeNS(namespaceURI, localName);
H A DElementRemoveAttributeNS.java13 * was remove by invoking the hasAttributeNS method on the element and check if
63 state = element.hasAttributeNS(
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A DhasAttributeNS01.java35 * The "hasAttributeNS()" method for an Element should
38 * Retrieve the first "address" element and the "hasAttributeNS()" method
76 state = testNode.hasAttributeNS(namespaceURI, localName);
H A DhasAttributeNS02.java34 * The "hasAttributeNS()" method for an Element should
37 * Retrieve the first "address" element and the "hasAttributeNS()" method
75 state = testNode.hasAttributeNS(namespaceURI, localName);
H A DhasAttributeNS03.java34 * The "hasAttributeNS()" method for an Element should
38 * The boolean value returned by the "hasAttributeNS()" should be false
76 state = testNode.hasAttributeNS(namespaceURI, localName);
H A Delementhasattributens01.java34 * The method hasAttributeNS returns true when an attribute with a given local name
38 * Retreive the first employee element node. Invoke the hasAttributeNS method to check if it
80 state = element.hasAttributeNS("http://www.w3.org/2000/xmlns/", "xmlns");
H A Delementhasattributens02.java34 * The method hasAttributeNS returns true when an attribute with a given local
39 * node has an attribute by invoking the hasAttributeNS method with appropriate
83 state = element.hasAttributeNS("http://www.w3.org/DOM", "domestic");
H A Delementhasattributens03.java34 * The method hasAttributeNS returns true when an attribute with a given local name
40 * node has an attribute by invoking the hasAttributeNS method with appropriate
88 state = element.hasAttributeNS(nullNS, "domestic");
H A Delementremoveattributens01.java37 * Check if the attribute was remove by invoking the hasAttributeNS
82 state = element.hasAttributeNS("http://www.w3.org/DOM/Test/createAttributeNS", "attr");
H A DhasAttributeNS04.java34 * The "hasAttributeNS()" method for an Element should
38 * The boolean value returned by the "hasAttributeNS()" should be true
83 state = testNode.hasAttributeNS(namespaceURI, localName);
H A DhasAttributeNS05.java34 * The "hasAttributeNS()" method for an Element should
37 * Retrieve the first "address" element and the "hasAttributeNS()" method
81 state = testNode.hasAttributeNS(namespaceURI, localName);
/libcore/luni/src/main/java/org/w3c/dom/
H A DElement.java359 public boolean hasAttributeNS(String namespaceURI, method in interface:Element
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DElementImpl.java207 public boolean hasAttributeNS(String namespaceURI, String localName) { method in class:ElementImpl

Completed in 992 milliseconds