Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | #Small doc addendum. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | expected-onlymandatory |
Files: | files | file ages | folders |
SHA3-256: |
3bc0aa51699a8ee17ca63a343f1371cb |
User & Date: | rolf 2020-05-01 21:59:18 |
Context
2020-05-02
| ||
00:39 | Fix possible subtile bug. Simplified a bit. Closed-Leaf check-in: 37f071d9e0 user: rolf tags: expected-onlymandatory | |
2020-05-01
| ||
21:59 | #Small doc addendum. check-in: 3bc0aa5169 user: rolf tags: expected-onlymandatory | |
21:55 | Corrected typo. check-in: ac452581b3 user: rolf tags: expected-onlymandatory | |
Changes
Changes to doc/schema.xml.
324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 |
<desc>Returns in no particular order the defined named pattern in the grammer as list. If a named pattern is namespaced its list entry will be itself a list with two elements, with the name as first and the namespace as second element.</desc> </optdef> <optdef> <optname>expected</optname> <desc>Returns in no particular order all posible next events (since the last successful event match, if there was one) as a list. If an element is namespaced its list entry will be itself a list with two elements, with the name as first and the namespace as second element. If text is a possible next event the list entry will be a two elements list, with #text as first element and the empty space as second. If an any element constraint is possible the list entry will be a two elements list, with <any> as first element and the empty space as second. If an any element in a certain namespace constraint is possible the list entry will be a two elements list, with <any> as first element and the namespace as second. If element end is a possible event the list entry will be a two elements list with <elementend> and the empty string as second element.</desc> </optdef> <optdef> <optname>definition name ?namespace?</optname> <desc>Returns the code that defines the given element. The command raises error if there isn't a definition of that element. |
| | | | | > | | | | | | | | | | | | |
324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 |
<desc>Returns in no particular order the defined named pattern in the grammer as list. If a named pattern is namespaced its list entry will be itself a list with two elements, with the name as first and the namespace as second element.</desc> </optdef> <optdef> <optname>expected</optname> <desc>Returns in no particular order all posible next events (since the last successful event match, if there was one) as a list. If an element is namespaced its list entry will be itself a list with two elements, with the name as first and the namespace as second element. If text is a possible next event the list entry will be a two elements list, with #text as first element and the empty space as second. If an any element constraint is possible the list entry will be a two elements list, with <any> as first element and the empty space as second. If an any element in a certain namespace constraint is possible the list entry will be a two elements list, with <any> as first element and the namespace as second. If element end is a possible event the list entry will be a two elements list with <elementend> as first element and the empty string as second element.</desc> </optdef> <optdef> <optname>definition name ?namespace?</optname> <desc>Returns the code that defines the given element. The command raises error if there isn't a definition of that element. |