HTML::DOM::Implementation - HTML::DOM's 'DOMImplementation' object
$impl = $HTML::DOM::Implementation::it; $impl->hasFeature('HTML', '1.0'); # returns true $impl->hasFeature('XML' , '1.0'); # returns false
This singleton class provides the HTML::DOM manpage's 'DOMImplementation' object.
There is no constructor. The object itself is accessible as
$HTML::DOM::Implementation::it or HTML::DOM->implementation.
This returns true or false depending on whether the feature is supported.
$name is case-tolerant. Currently, this only returns true for 'HTML' and
'1.0'.