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
13
 
14
15
16
nodeInsertBeforeNewChildDiffDocument
17
NIST
18
19
    The "insertBefore(newChild,refChild)" method raises a
20
    WRONG_DOCUMENT_ERR DOMException if the "newChild" was
21
    created from a different document than the one that
22
    created this node.
23
 
24
    Retrieve the second employee and attempt to insert a new
25
    child that was created from a different document than the
26
    one that created the second employee.   An attempt to
27
    insert such a child should raise the desired exception.
28
29
Mary Brady
30
2001-08-17
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54