|
Class: Quotation (in HTML)
Object
|
+--HTML::AbstractElement
|
+--HTML::AbstractHTMLElement
|
+--HTML::AbstractHTMLFlowContentElement
|
+--HTML::Quotation
- Package:
- stx:goodies/webServer/htmlTree
- Category:
- Net-Documents-HTML-ModelTree-FontStyle
- Version:
- rev:
1.2
date: 2022/08/08 16:16:54
- user: matilk
- file: HTML__Quotation.st directory: goodies/webServer/htmlTree
- module: stx stc-classLibrary: htmlTree
required protocol
-
tagName
-
(comment from inherited method)
Return a tag name for the html object.
Each html object needs to define a tag name.
queries
-
canHaveChild: aChild 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
-
isInlineElement
-
|