GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
HTML::DOM::Implementation(3) User Contributed Perl Documentation HTML::DOM::Implementation(3)

HTML::DOM::Implementation - HTML::DOM's 'DOMImplementation' object

Version 0.058

  $impl = $HTML::DOM::Implementation::it;
  $impl->hasFeature('HTML', '1.0'); # returns true
  $impl->hasFeature('XML' , '1.0'); # returns false

This singleton class provides HTML::DOM'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. $version is optional. The supported features are listed under "DESCRIPTION" in HTML::DOM. If $version is '1.0', this method only returns true for 'Core' and 'HTML'.

HTML::DOM
2018-02-02 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.