|
|
Class: Head (in HTML)
Object
|
+--HTML::AbstractElement
|
+--HTML::AbstractHTMLElement
|
+--HTML::Head
- Package:
- stx:goodies/webServer/htmlTree
- Category:
- Net-Documents-ModelTree-TopLevel
- Version:
- rev:
1.26
date: 2008/10/20 15:08:57
- user: cg
- file: HTML__Head.st directory: goodies/webServer/htmlTree
- module: stx stc-classLibrary: htmlTree
required protocol
-
tagName
-
interface-accessing-elements
-
addLinkHref: aHref rel: aRel type: aType
-
Add a link to this haed.
-
addMetaHttpEquivalent: anEquivalent content: aContent
-
Add a meta to this haed.
-
addMetaName: aName content: aContent
-
Add a meta to this haed.
-
addScriptLanguage: language
-
Add a link to this haed.
-
addScriptLanguage: language src: source type: aType
-
Add a link to this haed.
-
addScriptType: language code: theCode
-
Add a link to this haed.
-
addStyle: aStyle
-
Add a style element to this haed.
-
title
-
Return the title of the head.
-
title: aTitleOrString
-
Set a title of this head.
A title can be a html title-object or a simple string.
queries
-
canHaveChild: anotherElement
-
return true, if anotherElement is allowed as my child
-
canHaveText
-
required-visiting
-
acceptHTMLVisitor: aVisitor
-
visitor pattern: dispatch me to the visitor
-
subelementsDo: aOneArgumentBlock
-
Execute a one argument block additionally for the title
testing
-
isHead
-
more examples to be added:
... add code fragment for
... executable example here ...
|
|