Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
 
3
17
18
19
20
hasAttributeNS02
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 "address" element and the "hasAttributeNS()" method
28
   should return false since the element has "domestic" as the local name
29
   and "http://www.nomatch.com" as the namespace URI.
30
31
Mary Brady
32
2001-08-17
33
34
35
36
37
38
39
40
41
42
43
44
45
46