Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | A few spell fixes. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | schema |
Files: | files | file ages | folders |
SHA3-256: |
7726a079e17a6c32b16b5b55ba635d3a |
User & Date: | rolf 2019-11-16 13:09:49 |
Context
2019-11-18
| ||
22:37 | The attribute und nsattribute commands are only supported toplevel in the definition scripts of the defelement method and the element command. check-in: b3b2ce77f0 user: rolf tags: schema | |
2019-11-16
| ||
13:09 | A few spell fixes. check-in: 7726a079e1 user: rolf tags: schema | |
2019-11-15
| ||
15:17 | Updated documentation example section. check-in: c0721894cc user: rolf tags: schema | |
Changes
Changes to doc/schema.xml.
207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 |
post-validating a DOM tree there may be not position information stored at certain or all nodes. The empty string is returned in this cases.</desc> </optdef> <optdef> <optname>domNode</optname> <desc>If the schema command is currently post-validating a DOM tree ist command returns the current parent node command (the node, whose content is currently validated) and the empty string otherwhise. It is recommended that you don't use this method. Or at least leaf the DOM tree alone, use it read-only.</desc> </optdef> <optdef> <optname>nrForwardDefinitions</optname> <desc>Returns the at least used once referenced element and ref particles that aren't defined so far (summed together).</desc> |
| | |
207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 |
post-validating a DOM tree there may be not position information stored at certain or all nodes. The empty string is returned in this cases.</desc> </optdef> <optdef> <optname>domNode</optname> <desc>If the schema command is currently post-validating a DOM tree this command returns the current parent node command (the node, whose content is currently validated) and the empty string otherwhise. It is recommended that you don't use this method. Or at least leave the DOM tree alone, use it read-only.</desc> </optdef> <optdef> <optname>nrForwardDefinitions</optname> <desc>Returns the at least used once referenced element and ref particles that aren't defined so far (summed together).</desc> |