OntoDL Macro Language (OML): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „==== OML Style Sheet Directives ==== ;OntoDL.''StyleName'' :implicit assignment of a value to the property '…“) |
(→OML Style Sheet Directives) |
||
| Zeile 8: | Zeile 8: | ||
;[[OntoDL Style Sheet Directive: pattern|#pattern]] | ;[[OntoDL Style Sheet Directive: pattern|#pattern]] | ||
:template-based transformation of a text that is formatted with a defined style sheet | :template-based transformation of a text that is formatted with a defined style sheet | ||
| + | ;[[OntoDL Style Sheet Directive: table|''#table'']] | ||
| + | :parse a table where each row contains an object definition | ||
==== OML Tokenizer Directives ==== | ==== OML Tokenizer Directives ==== | ||
Aktuelle Version vom 13. September 2016, 12:37 Uhr
OML Style Sheet Directives
- OntoDL.StyleName
- implicit assignment of a value to the property StyleName within the definiton scope of an OntoDL object
- #heading
- binding of the scope of a heading to an OntoDL object definition with an implict assignment of values to properties of the defined object
- #obligation
- trigger the execution of a set of commands and/or directives before or after text of a defined style sheet is processed
- #pattern
- template-based transformation of a text that is formatted with a defined style sheet
- #table
- parse a table where each row contains an object definition
OML Tokenizer Directives
- #goto ... #return
- control how the OntoDL tokenizer scans through the document
- #package ... #endpackage
- define a named subroutine that can be linked to an obligation