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
namednodemapReturnAttrNode
17
NIST
18
19
    The "getNamedItem(name)" method returns a node of any
20
   type specified by name.
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="street".  This should result
26
   in the method returning an Attr node.
27
28
Mary Brady
29
2001-08-17
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55