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
documentcreateelementNS05
22
IBM
23
24
	The method createElementNS raises a NAMESPACE_ERR if the qualifiedName has a prefix and
25
	the namespaceURI is null.
26
 
27
	Invoke the createElementNS method on a new Document object with a null value for
28
	namespaceURI, and a valid qualifiedName.  Check if a NAMESPACE_ERR is thrown.
29
30
Neil Delima
31
2002-04-30
32
33
34
35
36
37
38
39
40
41
42
43
44