Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
 
3
17
18
19
20
importNode16
21
NIST
22
23
    The "importNode(importedNode,deep)" method for a
24
   Document should raise NOT_SUPPORTED_ERR DOMException if
25
   the type of node being imported is DocumentType.
26
 
27
   Retrieve document staff.xml and get its type.
28
   Invoke method importNode(importedNode,deep) where importedNode
29
   contains the document type of the staff.xml.
30
   Method should raise NOT_SUPPORT_ERR DOMException.
31
32
Mary Brady
33
2001-08-17
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50