Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
 
3
17
18
19
20
hasAttributeNS03
21
NIST
22
23
    The "hasAttributeNS()" method for an Element should
24
   return false if the element does not have an attribute with the given local name
25
   and/or namespace URI specified on this element or does not have a default value.
26
 
27
   Retrieve the first "emp:address" element.
28
   The boolean value returned by the "hasAttributeNS()" should be false
29
   since the attribute does not have a default value.
30
31
Mary Brady
32
2001-08-17
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47