Class DOMIT_DOMImplementation
A class representing the DOM DOMImplementation class.

isPublic? yes
isAbstract? no

Inheritance tree:

DOMIT_DOMImplementation (top level class)

Known subclasses:

None

Source file: xml_domit_shared.php




Constructor
Instantiates the DOMIT_DOMImplementation class.

Signature: &DOMIT_DOMImplementation()

isPublic? no




Public Constants



Private Constants



Public Fields



Private Fields



Public Methods
hasFeature
Determines whether the implementation complies with the XML and/or HTML spec, and what version number.

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");




Private Methods

Documentation generated by ClassyDoc, using the DOMIT! and SAXY parsers.
Please visit Engage Interactive to download free copies.