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
21
documentcreateattributeNS04
22
IBM
23
24
	The method createAttributeNS raises a NAMESPACE_ERR if the specified qualified name
25
	is malformed.
26
 
27
	Invoke the createAttributeNS method on this Document object with a valid value for
28
	namespaceURI, and malformed qualifiedNames.  Check if the a NAMESPACE_ERR was thrown.
29
30
Neil Delima
31
2002-04-30
32
33
34
35
36
37
38
39
40
"_:"
41
":0a"
42
":"
43
"a:b:c"
44
"_::a"
45
46
47
48
49
50
51
52
53
54