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
nodelistIndexNotZero
17
NIST
18
19
   Create a list of all the children elements of the third
20
   employee and access its fourth child by using an index
21
   of 3.  This should result in "name" being
22
   selected.  Further we evaluate its content(by using
23
   the "getNodeName()" method) to ensure the proper
24
   element was accessed.
25
26
Mary Brady
27
2001-08-17
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
	
45
46
	
47
48
49
50
51
	id="nodeName" ignoreCase="false"/>
52