eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTMLStyle':

Home

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

Class: HTMLStyle


Inheritance:

   Object
   |
   +--Collection
      |
      +--SequenceableCollection
         |
         +--ArrayedCollection
            |
            +--Array
               |
               +--HTMLElement
                  |
                  +--HTMLMarkup
                     |
                     +--HTMLStyle

Package:
stx:libhtml
Category:
System-Documentation
Version:
rev: 1.3 date: 2016/04/28 20:45:56
user: cg
file: HTMLStyle.st directory: libhtml
module: stx stc-classLibrary: libhtml

Description:


Attention: Please read the warning in HTMLElement.


Instance protocol:

accessing
o  at: propertyName
(comment from inherited method)
return the indexed instance variable with index, anInteger.
Reimplemented here to avoid the additional at:->basicAt: send
(which we can do here, since when arriving here, #at: is obviously not
redefined in a subclass).
This method is the same as basicAt:.

o  at: propertyName put: something
(comment from inherited method)
store the 2nd arg, anObject as indexed instvar with index, anInteger.
Returns anObject (sigh).
Reimplemented here to avoid the additional at:put:->basicAt:put: send
(which we can do here, since when arriving here, #atput:: is obviously not
redefined in a subclass).
This method is the same as basicAt:put:.



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 19 Apr 2024 15:46:53 GMT