isPublic? yesisAbstract? no
Inheritance tree:
Known subclasses:
None
Source file: xml_domit_shared.php
Signature: &DOMIT_DOMImplementation()
isPublic? no
Signature: hasFeature($feature, $version = null)
Parameters:
String feature - Either 'XML' or 'HTML'.
String version - Either '1.0' or omitted.
Returns:
boolean - True if the specified feature and/or version is supported
Example:
Determines whether HTML is supported by the current document:
$myImpl =& $xmldoc->getDOMImplementation(); $isHTMLAvailable = $myImpl->hasFeature("HTML");
Documentation generated by ClassyDoc, using the DOMIT! and SAXY parsers. Please visit Engage Interactive to download free copies.