eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::Script':

Home

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

Class: Script (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-HTML-ModelTree-Head
Version:
rev: 1.14 date: 2019/03/25 15:51:34
user: cg
file: HTML__Script.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

instance creation
o  language: language src: src type: type
Create a new link with the necessary attributes.

required protocol
o  tagName


Instance protocol:

accessing
o  script: aScriptText

o  scriptText: aScriptText

interface-attributes
o  language
Return the href of the script.

o  language: language
Set the language of the Script.

o  src
Return the src of the script.

o  src: aSource
Set the src of the script.

o  type
Return the type of the script.

o  type: aType
Set the type of the script.

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

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

testing
o  isInlineElement

o  isScript



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 16 Apr 2024 23:57:05 GMT