1
2/* This is generated by the getStubs.tcl tool (see the tcl distribution)
3   out of the tdom.decls file */
4
5#ifdef USE_TCL_STUBS
6
7#include <dom.h>
8#include <tdom.h>
9
10/* !BEGIN!: Do not edit below this line. */
11
12TdomStubs tdomStubs = {
13    TCL_STUB_MAGIC,
14    NULL,
15    TclExpatObjCmd, /* 0 */
16    CheckExpatParserObj, /* 1 */
17    CHandlerSetInstall, /* 2 */
18    CHandlerSetRemove, /* 3 */
19    CHandlerSetCreate, /* 4 */
20    CHandlerSetGet, /* 5 */
21    CHandlerSetGetUserData, /* 6 */
22    GetExpatInfo, /* 7 */
23    XML_GetCurrentLineNumber, /* 8 */
24    XML_GetCurrentColumnNumber, /* 9 */
25    XML_GetCurrentByteIndex, /* 10 */
26    XML_GetCurrentByteCount, /* 11 */
27    XML_SetBase, /* 12 */
28    XML_GetBase, /* 13 */
29    XML_GetSpecifiedAttributeCount, /* 14 */
30    XML_GetIdAttributeIndex, /* 15 */
31    tcldom_getNodeFromName, /* 16 */
32    tcldom_getDocumentFromName, /* 17 */
33};
34
35/* !END!: Do not edit above this line. */
36
37#endif /* USE_TCL_STUBS */
38
39