Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
13
 
14
15
16
namednodemapReturnNull
17
NIST
18
19
    The "getNamedItem(name)" method returns null of the
20
   specified name did not identify any node in the map.
21
 
22
   Retrieve the second employee and create a NamedNodeMap
23
   listing of the attributes of the last child.  Once the
24
   list is created an invocation of the "getNamedItem(name)"
25
   method is done with name="district".  This name does not
26
   match any names in the list therefore the method should
27
   return null.
28
29
Mary Brady
30
2001-08-17
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45