eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::Meta':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: Meta (in HTML)


Inheritance:

   Object
   |
   +--HTML::AbstractElement
      |
      +--HTML::AbstractHTMLElement
         |
         +--HTML::Meta

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-HTML-ModelTree-Head
Version:
rev: 1.20 date: 2018/04/26 10:29:14
user: cg
file: HTML__Meta.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

instance creation
o  httpEquivalent: anEquivalent content: aContent
Create a meta element from a name and a content.

o  name: aName content: aContent
Create a meta element from a name and a content.

required protocol
o  tagName


Instance protocol:

interface-attributes
o  content
Return the content of the meta.

o  content: aContent
Set the content of the meta.

o  httpEquivalent
Return the http-equivalent of the meta.

o  httpEquivalent: aHttpEquivalent
Set the http-equivalent of the meta.

o  scheme
Return the scheme of the meta.

o  scheme: aScheme
Set the scheme of the meta.

queries
o  canHaveChild: anotherElement in: aParser
(comment from inherited method)
return true, if anotherElement is allowed as my child

o  canHaveText
(comment from inherited method)
return true, if I allow text as child (i.f. PCDATA)

o  isVoidElement
(comment from inherited method)
A void element is an element whose content model
never allows it to have contents under any circumstances.
Void elements can have attributes.

o  mustBeClosed
(comment from inherited method)
return true, if I need a closing tag (as opposed to br or img, which do not)

required-visiting
o  acceptHTMLVisitor: aVisitor
visitor pattern: dispatch me to the visitor

testing
o  isMeta



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 07:54:58 GMT