tDOM

Check-in [70eb60b0b9]
Login

Check-in [70eb60b0b9]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Save work.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | recover-doc-wip
Files: files | file ages | folders
SHA3-256: 70eb60b0b963ab2d0df153c148b38277adfd9784b4d765cc1f8a3ae050025d7d
User & Date: rolf 2020-01-27 23:42:46.439
Context
2020-02-26
01:31
Merged from schema. check-in: 4895c780de user: rolf tags: recover-doc-wip
2020-01-27
23:42
Save work. check-in: 70eb60b0b9 user: rolf tags: recover-doc-wip
2020-01-25
14:43
Save work. check-in: 7a6bb5d975 user: rolf tags: recover-doc-wip
Changes
Unified Diff Ignore Whitespace Patch
Changes to doc/schema.xml.
201
202
203
204
205
206
207














208
209
210
211
212
213
214
        false otherwise. If validation failed and the optional
        <m>objVar</m> argument is given, then the variable with that
        name is set to a validation error message. If the dom tree is
        valid and the optional <m>objVar</m> argument is given, then
        the variable with that name is set to the empty string. </desc>
      </commanddef>
      














      <commanddef>
        <command><method>delete</method></command>
        <desc>This method deletes the validation command.</desc>
      </commanddef>

      <commanddef>
          <command><method>info</method> <m>?args?</m></command>







>
>
>
>
>
>
>
>
>
>
>
>
>
>







201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
        false otherwise. If validation failed and the optional
        <m>objVar</m> argument is given, then the variable with that
        name is set to a validation error message. If the dom tree is
        valid and the optional <m>objVar</m> argument is given, then
        the variable with that name is set to the empty string. </desc>
      </commanddef>
      
      <commanddef>
        <command><method>reportcmd</method></command>
        <desc>This method expects the name of a tcl command to be
        called in case of validation error. This command will be
        called with two arguments: the schema command, that is rasing
        the validation error, and an validation error code. The
        possible error codes are:
        <ul>
            <li>
            </li>
        </ul>
        </desc>
      </commanddef>

      <commanddef>
        <command><method>delete</method></command>
        <desc>This method deletes the validation command.</desc>
      </commanddef>

      <commanddef>
          <command><method>info</method> <m>?args?</m></command>