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