Introduction
Typedefs
typedef int (*xmlShellCmd) (
xmlShellCtxtPtr ctxt,
char *arg,
xmlNodePtr node,
xmlNodePtr node2);
Discussion
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.
typedef struct _xmlShellCtxt xmlShellCtxt;
Discussion
xmlShellCtxt:
A debugging shell context.
TODO: add the defined function tables.
typedef char * (*xmlShellReadlineFunc)(
char *prompt);
Discussion
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.
|
Did this document help you? |
Yes: Tell us what works for you.
|
|
Last Updated: 2006-06-20