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
 
3
17
 
18
19
20
21
domimplementationcreatedocument04
22
IBM
23
24
	The createDocument method should throw a NAMESPACE_ERR if the qualifiedName has
25
	a prefix and the namespaceURI is null.
26
 
27
    Call the createDocument on this DOMImplementation with null namespaceURI and a
28
    qualifiedName that has a namespace prefix using this DOMImplementation.
29
    Check if the NAMESPACE_ERR is thrown.
30
31
Neil Delima
32
2002-04-24
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49