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
setAttributeNS02
21
NIST
22
23
    The "setAttributeNS(namespaceURI,qualifiedName,value)" method raises a
24
   NAMESPACE_ERR DOMException if the specified
25
   qualifiedName if malformed.
26
 
27
   Attempt to add a new attribute on the second employee node.
28
   An exception should be raised since the "qualifiedName" is malformed.
29
30
Mary Brady
31
2001-08-17
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49