eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::Area':

Home

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

Class: Area (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-HTML-ModelTree-Inline
Version:
rev: 1.8 date: 2018/04/26 10:30:33
user: cg
file: HTML__Area.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

required protocol
o  tagName


Instance protocol:

interface-attributes
o  alt
Return the alternative for displaying this image.

o  alt: anAlternative
Set the alternative for displaying this image.

o  coords: aShapeName

o  href
Return the hypertext reference of the anchor.

o  href: aHref

o  shape: aShapeName

o  target: aTarget
Set the target of the link.

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

o  canHaveText

o  isVoidElement
(comment from inherited method)
A void element is an element whose content model
never allows it to have contents under any circumstances.
Void elements can have attributes.

o  mustBeClosed

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

testing
o  isArea



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 11:57:27 GMT