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
textIndexSizeErrOffsetOutOfBounds
17
NIST
18
19
    The "splitText(offset)" method raises an
20
    INDEX_SIZE_ERR DOMException if the specified offset is
21
    greater than the number of characters in the Text node.
22
 
23
    Retrieve the textual data from the second child of the
24
    third employee and invoke the "splitText(offset)" method.
25
    The desired exception should be raised since the offset
26
    is a greater than the number of characters in the Text
27
    node.
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