eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::Link':

Home

everywhere
www.exept.de
for:
[back]

Class: Link (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-ModelTree-Head
Version:
rev: 1.18 date: 2007/11/05 21:12:03
user: cg
file: HTML__Link.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

instance creation
o  href: aHref rel: aRel type: aType
Create a new link with the necessary attributes.

o  rel: aRel href: aHref
Create a new link with the necessary attributes.

o  rel: aRel href: aHref title: aString
Create a new link with the necessary attributes.

o  rel: aRel href: aHref type: aType
Create a new link with the necessary attributes.

required protocol
o  tagName


Instance protocol:

interface-attributes
o  href
Return the href of the link.

o  href: aHref
Set the href of the link.

o  media: mediaString

o  rel
Return the rel-attribute of the link.
This is a relationship to a link.

o  rel: aRel
Set the rel-attribute of the link.
This is a relationship to a link.

o  rev
Return the rev-attribute of the link.
This is a relationship from a link.

o  rev: aRev
Set the rev-attribute of the link.
This is a relationship to a link.

o  target
Return the target of the link.

o  target: aTarget
Set the target of the link.

o  title
Return the title of the link.

o  type
Return the type of the link.

o  type: aType
Set the type of the link.

queries
o  canHaveChild: anElement

o  canHaveText

o  mustBeClosed

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

testing
o  isLink



ST/X 6.1.1; WebServer 1.620 at exept:8081; Thu, 09 Feb 2012 02:54:07 GMT