|
Mac Dev Center
Mac OS X Reference Library Cross Platform: Open Source Miscellaneous User Space API Reference
|
debugXML.h |
| Includes: |
xmlShellCmd |
typedef int (*xmlShellCmd) ( xmlShellCtxtPtr ctxt, char *arg, xmlNodePtr node, xmlNodePtr node2);
xmlShellCmd:
@ctxt: a shell context
@arg: a string argument
@node: a first node
@node2: a second node
This is a generic signature for the XML shell functions.
Returns an int, negative returns indicating errors.
xmlShellCtxt |
typedef struct _xmlShellCtxt xmlShellCtxt;
xmlShellCtxt:
A debugging shell context.
TODO: add the defined function tables.
xmlShellReadlineFunc |
typedef char * (*xmlShellReadlineFunc)( char *prompt);
xmlShellReadlineFunc:
@prompt: a string prompt
This is a generic signature for the XML shell input function.
Returns a string which will be freed by the Shell.
Last Updated: 2006-06-20