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
attrPreviousSiblingNull
17
NIST
18
19
The "getPreviousSibling()" method for an Attr node should return null.
20
Retrieve the attribute named "domestic" from the last child of of the
21
first employee and examine its PreviousSibling node.  This test uses the
22
"getNamedItem(name)" method from the NamedNodeMap interface.
23
24
Mary Brady
25
2001-08-17
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44