eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::AbstractProcessingElement':

Home

everywhere
www.exept.de
for:
[back]

Class: AbstractProcessingElement (in HTML)


Inheritance:

   Object
   |
   +--HTML::AbstractElement
      |
      +--HTML::AbstractProcessingElement
         |
         +--HTML::Comment
         |
         +--HTML::ProcessingInstruction

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-ModelTree
Version:
rev: 1.2 date: 2007/05/03 12:54:00
user: sr
file: HTML__AbstractProcessingElement.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

queries
o  isAbstract
Return if this class is an abstract class.
Return true for this class but false for all subclasses.
To have an abstract subclass implement this method there again.


Instance protocol:

blocked accessing
o  addAttribute: aSymbol

o  addChild: aChild

o  addElement: aChildOrClass at: anIndex

o  addElement: aChildOrClass before: anIndex

o  addFirstChild: aChild

o  attributeAt: aSymbol put: aValue

queries
o  canHaveChild: anotherElement
return true, if anotherElement is allowed as my child

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



ST/X 6.1.1; WebServer 1.620 at exept:8081; Sat, 11 Feb 2012 01:09:17 GMT