Home | History | Annotate | Download | only in dom

Lines Matching refs:isSupported

38  * The method "isSupported(feature,version)" Tests whether the DOM
42 * Call the isSupported method on the document element node with a combination
103 success = element.isSupported(featureXML, version);
105 success = element.isSupported(featureXML, version1);
110 success = element.isSupported(featureCore, version);
112 success = element.isSupported(featureCore, version1);
113 success = element.isSupported(featureCore, version2);
138 success = attribute.isSupported(featureXML, version);
140 success = attribute.isSupported(featureXML, version1);
145 success = attribute.isSupported(featureCore, version);
147 success = attribute.isSupported(featureCore, version1);
148 success = attribute.isSupported(featureCore, version2);
158 success = docType.isSupported("", "");
168 success = entRef.isSupported("XML CORE", "");
177 success = pi.isSupported("-", "+");