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_domimplementationfeaturexml
17
Curt Arnold
18
19
   Retrieve the entire DOM document and invoke its
20
   "getImplementation()" method.  This should create a
21
   DOMImplementation object whose "hasFeature(feature,
22
   version)" method is invoked with "feature" equal to "html" or "xml".
23
   The method should return a boolean "true".
24
25
 
26
2002-06-09
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43