ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference

 


debugXML.h

Includes:

Introduction



Typedefs


xmlShellCmd


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.


xmlShellCtxt


typedef struct _xmlShellCtxt xmlShellCtxt;  
Discussion

xmlShellCtxt:

A debugging shell context. TODO: add the defined function tables.


xmlShellReadlineFunc


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.

Last Updated: 2006-06-20