Home | History | Annotate | Download | only in dom

Lines Matching refs:hasAttribute

15  * The "hasAttribute()" method for an Element should return true if the element
17 * and the "hasAttribute()" method should return false since the element does
26 public final class HasAttribute extends DOMTestCase {
57 notes = "Verifies that hasAttribute method returns false.",
58 method = "hasAttribute",
69 state = testNode.hasAttribute("domestic");
82 // state = testNode.hasAttribute("street");
87 notes = "Verifies that hasAttribute method returns false.",
88 method = "hasAttribute",
99 state = testNode.hasAttribute("nomatch");
104 notes = "Verifies that hasAttribute method returns true.",
105 method = "hasAttribute",
116 state = testNode.hasAttribute("dmstc:domestic");