Data Fields | |
char | name [512] |
Name of the log header file. | |
char | folder [512] |
xmlDocPtr | doc |
DOM. | |
xmlNodePtr | root |
Doc root node, only in TREE write mode. | |
xmlXPathContextPtr | xpathCtx |
XPath context. | |
xmlXPathObjectPtr | xpathObj |
XPath object. |
xmlDocPtr playback::struct_file_handle::doc |
DOM.
char playback::struct_file_handle::folder[512] |
Referenced by playback::IndexHandler(), and playback::OpenLogFile().
char playback::struct_file_handle::name[512] |
Name of the log header file.
Referenced by playback::IndexMessagesXML(), and playback::OpenLogFile().
xmlNodePtr playback::struct_file_handle::root |
Doc root node, only in TREE write mode.
xmlXPathContextPtr playback::struct_file_handle::xpathCtx |
XPath context.
xmlXPathObjectPtr playback::struct_file_handle::xpathObj |
XPath object.