eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::AbstractProcessingElement':

Home

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

Class: AbstractProcessingElement (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-HTML-ModelTree
Version:
rev: 1.5 date: 2018/04/26 10:30:34
user: cg
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
(comment from inherited method)
Add an attribute without value

o  addChild: aChild
(comment from inherited method)
Add a new child to the children.

Use this method as interface to add children.
Do not add children directly into the children collection.

o  addElement: aChildOrClass at: anIndex
(comment from inherited method)
Add an element of type a class or a child directly.
Fill up the indices upd to an index with empty elements
of the same type.

o  addElement: aChildOrClass before: anIndex
(comment from inherited method)
Add an element of type a class or a child directly before anIndex. If
index greater then children size, the element will be added at the end

o  addFirstChild: aChild
(comment from inherited method)
Add a new child to the children.

Use this method as interface to add children.
Do not add children directly into the children collection.

o  attributeAt: aSymbol put: aValue
(comment from inherited method)
Set an attribute value to the attribute.
If a value is nil the attribute is removed.

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

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



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 09:08:02 GMT