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
prefix06
21
NIST
22
23
    The "setPrefix(prefix)" method raises a
24
    INVALID_CHARACTER_ERR DOMException if the specified
25
    prefix contains an illegal character.
26
 
27
    Attempt to insert a new namespace prefix on the first employee node.
28
    An exception should be raised since the namespace prefix 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