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)
The void elements in HTML 4.01/XHTML 1.0 Strict are area, base,
br, col, hr, img, input, link, meta, and param.
HTML5 currently adds command, keygen, and source to that list.

o  mustBeClosed

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

testing
o  isArea



ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Mon, 04 Aug 2025 16:53:13 GMT