class HTMLHeadElement
|
Document head information. More... |
|
|
Public Methods
- HTMLHeadElement ()
- HTMLHeadElement (const HTMLHeadElement &other)
- HTMLHeadElement (const Node &other) : HTMLElement()
- HTMLHeadElement & operator = (const HTMLHeadElement &other)
- HTMLHeadElement & operator = (const Node &other)
- ~ HTMLHeadElement ()
- DOMString profile () const
- void setProfile ( const DOMString & )
Protected Methods
- HTMLHeadElement (HTMLHeadElementImpl *impl)
Detailed Description
Document head information. See the <a
href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-HEAD">
HEAD element definition </a> in HTML 4.0.
[const]
URI designating a metadata profile. See the <a
href="http://www.w3.org/TR/REC-html40/struct/global.html#adef-profile">
profile attribute definition </a> in HTML 4.0.
| void setProfile ( const DOMString & )
|
see profile
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35. |