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
hc_characterdataDeleteDataBeginning
16
Curt Arnold
17
18
The "deleteData(offset,count)" method removes a range of
19
characters from the node.  Delete data at the beginning
20
of the character data.
21
 
22
Retrieve the character data from the last child of the
23
first employee.  The "deleteData(offset,count)"
24
method is then called with offset=0 and count=16.
25
The method should delete the characters from position
26
 
27
should be "Dallas, Texas 98551".
28
29
 
30
2002-06-09
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45