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
hc_nodeTextNodeAttribute
17
Curt Arnold
18
19
The "getAttributes()" method invoked on a Text
20
Node returns null.
21
 
22
Retrieve the Text node from the last child of the
23
first employee and invoke the "getAttributes()" method
24
on the Text Node.  It should return null.
25
26
 
27
2002-06-09
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44