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
13
 
14
15
16
hc_domimplementationfeaturenoversion
17
Curt Arnold
18
19
   Load a document and invoke its
20
   "getImplementation()" method.  This should create a
21
   DOMImplementation object whose "hasFeature(feature,
22
   version)" method is invoked with version equal to "".
23
   If the version is not specified, supporting any version
24
   feature will cause the method to return "true".
25
26
 
27
2002-06-09
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44