|
Class: Style (in HTML)
Object
|
+--HTML::AbstractElement
|
+--HTML::AbstractHTMLElement
|
+--HTML::AbstractHTMLFlowContentElement
|
+--HTML::Style
- Package:
- stx:goodies/webServer/htmlTree
- Category:
- Net-Documents-HTML-ModelTree-Head
- Version:
- rev:
1.16
date: 2022/07/05 18:10:31
- user: cg
- file: HTML__Style.st directory: goodies/webServer/htmlTree
- module: stx stc-classLibrary: htmlTree
documentation to be added.
class:
<a short class summary here, describing what instances represent>
responsibilities:
<describing what my main role is>
collaborators:
<describing with whom and how I talk to>
API:
<public api and main messages>
example:
<a one-line examples on how to use - can also be in a separate example method>
implementation:
<implementation points>
[instance variables:]
[class variables:]
copyrightCOPYRIGHT (c) 2003 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
required protocol
-
tagName
-
interface-attributes
-
media
-
Return the media-attribute of the style.
-
media: aMedia
-
Set the media-attribute of the style.
-
title
-
Return the title-attribute of the style.
-
type
-
Return the type-attribute of the style.
-
type: aType
-
Set the type-attribute of the style.
queries
-
canHaveChild: anElement in: aParser
-
(comment from inherited method)
return true, if anotherElement is allowed as my child
required-visiting
-
acceptHTMLVisitor: aVisitor
-
visitor pattern: dispatch me to the visitor
testing
-
isStyle
-
|