eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::Meta':

Home

everywhere
www.exept.de
for:
[back]

Class: Meta (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-ModelTree-Head
Version:
rev: 1.16 date: 2008/01/17 09:52:12
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

o  canHaveText

o  mustBeClosed

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

testing
o  isMeta



ST/X 6.1.1; WebServer 1.620 at exept:8081; Thu, 09 Feb 2012 02:56:59 GMT