eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_AbstractStyleObject':

Home

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

Class: CSS_AbstractStyleObject (in HTML)


Inheritance:

   Object
   |
   +--HTML::CSS_AbstractStyleObject
      |
      +--HTML::CSS_AbstractStyleProperty
      |
      +--HTML::CSS_StyleElement

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-HTML-StyleSheet
Version:
rev: 1.9 date: 2018/04/26 10:33:11
user: cg
file: HTML__CSS_AbstractStyleObject.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

queries
o  isAbstract
Return if this class is an abstract class.
Return true for this class but false for all subclasses.
To have an abstract subclass implement this method there again.

usage example(s):

    CSS_AbstractStyleObject isAbstract.
    CSS_Color isAbstract.

o  isCSS
Return if this is a style sheet object.


Instance protocol:

accessing
o  parent: aParent
Set an item to be the parent of this item.
For Style description the parent may also
be an html-style-element.

printing
o  htmlString
Print yourself as html string.
See class StyleEncoder and StyleVisitor.

o  printHtmlString
Print yourself as html string.
See class StyleEncoder and StyleVisitor.

** This is an obsolete interface - do not use it (it may vanish in future versions) **

queries
o  isCSS
Return if this is a style sheet object.



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 19 Apr 2024 21:01:03 GMT