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
nodeCloneNodeFalse
17
NIST
18
19
    The "cloneNode(deep)" method returns a copy of the node
20
    only if deep=false.
21
 
22
    Retrieve the second employee and invoke the
23
    "cloneNode(deep)" method with deep=false.   The
24
    method should only clone this node.   The NodeName and
25
    length of the NodeList are checked.   The "getNodeName()"
26
    method should return "employee" and the "getLength()"
27
    method should return 0.
28
29
Mary Brady
30
2001-08-17
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49