eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::ObjectNode':

Home

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

Class: ObjectNode (in HTML)


Inheritance:

   Object
   |
   +--HTML::AbstractElement
      |
      +--HTML::AbstractHTMLElement
         |
         +--HTML::ObjectNode

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-HTML-ModelTree-Inline
Version:
rev: 1.4 date: 2024/02/14 18:57:04
user: cg
file: HTML__ObjectNode.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree
Author:
Stefan_Reise

Description:


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:]


Related information:



Instance protocol:

interface-attributes
o  data

o  data: aString

o  height

o  height: aString
(comment from inherited method)
Set height using style-sheets(CSS).

o  type

o  type: aString

o  width

o  width: aString
(comment from inherited method)
Set width using style-sheets(CSS).

queries
o  canHaveChild: anElement in: aParser
(comment from inherited method)
return true, if anotherElement is allowed as my child

o  canHaveText
(comment from inherited method)
return true, if I allow text as child (i.f. PCDATA)

required-protocol
o  tagName
(comment from inherited method)
Return the tag name of this element.
Each element must define its own tag
name in class method.

required-visiting
o  acceptHTMLVisitor: aVisitor
visitor pattern: dispatch me to the visitor

testing
o  isInlineElement



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sun, 08 Sep 2024 02:45:43 GMT