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
documentcreateattributeNS07
22
IBM
23
24
	The method createAttributeNS raises a NAMESPACE_ERR if the qualifiedName is xmlns and
25
	the namespaceURI is different from http://www.w3.org/2000/xmlns
26
 
27
	Invoke the createAttributeNS method on this DOMImplementation object with
28
	the qualifiedName as xmlns and namespaceURI as http://www.W3.org/2000/xmlns.
29
	Check if the NAMESPACE_ERR exception is thrown.
30
31
Neil Delima
32
2002-04-30
33
34
35
36
37
38
39
40
41
42
43
44
45