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::Element::Head(3) User Contributed Perl Documentation HTML::DOM::Element::Head(3)

HTML::DOM::Element::Head - A Perl class for representing 'head' elements in an HTML DOM tree

Version 0.054

  use HTML::DOM;
  $doc = HTML::DOM->new;
  $elem = $doc->createElement('html');

  $elem->profile('http://profiles.com'); # set
  $elem->profile;                        # get
  $elem->tagName;
  # etc

This class implements the 'head' element in an HTML::DOM tree. It implements the HTMLHeadElement DOM interface and inherits from HTML::DOM::Element (q.v.).

The only method that this class implements itself and does not inherit is:
profile
Returns (and optionally sets) the "profile" attribute.

HTML::DOM

HTML::DOM::Element

2014-12-23 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.