|
|
Class: CSS_AbstractStyleObject (in HTML)
Object
|
+--HTML::CSS_AbstractStyleObject
|
+--HTML::CSS_AbstractStyleProperty
|
+--HTML::CSS_StyleElement
- Package:
- stx:goodies/webServer/htmlTree
- Category:
- Net-Documents-StyleSheet
- Version:
- rev:
1.6
date: 2005/08/09 18:17:37
- user: cg
- file: HTML__CSS_AbstractStyleObject.st directory: goodies/webServer/htmlTree
- module: stx stc-classLibrary: htmlTree
queries
-
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.
-
isCSS
-
Return if this is a style sheet object.
accessing
-
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
-
htmlString
-
Print yourself as html string.
See class StyleEncoder and StyleVisitor.
-
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
-
isCSS
-
Return if this is a style sheet object.
|