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
domimplementationhasfeature01
22
IBM
23
24
	The method "hasFeature(feature,version)" tests if the DOMImplementation implements
25
	a specific feature and if so returns true.
26
 
27
	Call the hasFeature method on this DOMImplementation with a combination of features
28
	versions as below.  Valid feature names are case insensitive and versions "2.0",
29
	"1.0" and if the version is not specified, supporting any version of the feature
30
	should return true.  Check if the value returned value was true.
31
32
Neil Delima
33
2002-04-24
34
35
36
37
38
39
40
41
42
43
44
45
"XML"
46
"xmL"
47
48
49
"Core"
50
"CORE"
51
52
53
54
55
56
57
58
59
60
61
62
63
 
64
65
66
 
67
68
69
70