Back Previous Next


Linguist servlet package - element

Syntax:

   element {name} [{elements}]

Keyword handler:

   linguist.media.keyword.SKElement.class

Runtime handler(s):

   linguist.media.handler.SHElement.class

Function:

Declares an element or an array of elements. The array size is fixed at time of compilation. See add and put.

Example(s):

   element Text
   element Cell 5


Back Previous Next