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
nodeissupported01
22
IBM
23
24
	The method "isSupported(feature,version)" Tests whether the DOM implementation
25
	implements a specific feature and that feature is supported by this node.
26
 
27
	Call the isSupported method on the document element node with a combination of features
28
	versions and versions as below.  Valid feature names are case insensitive and versions
29
	"2.0", "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