GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > XLX / V7-0-0

Constituent: parser     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

parse.h File Reference

Interface to XML parser. More...

#include "XLX/state.h"

Include dependency graph for parse.h:

This graph shows which files directly or indirectly include this file:


Typedefs

typedef void(* XLX_pStart )(void *, const char *, const char **)
 EXPAT callback for a start tag.
typedef void(* XLX_pEnd )(void *, const char *)
 EXPAT callback for an end tag.
typedef void(* XLX_pChar )(void *, const char *, int)
 EXPAT callback for a character element.

Functions

unsigned XLX_parse (const char *filename, XLX_state *pState)
 Parses filename.

Detailed Description

Interface to XML parser.

Author:
James Swain -- jswain@slac.stanford.edu
history : 12 Nov 2004 : Added history block

Function Documentation

unsigned XLX_parse const char *  filename,
XLX_state pState
 

Parses filename.

Parameters:
filename XML file to parse
pState State of the parser.
Return values:
0 If the file is successfully parsed
-1 If the file cannot be opened
-1 If there is an error creating the parser control structure
-1 If there is an error reading the file
-1 If there is an error parsing the XML


Generated on Mon Nov 28 21:56:53 2005 by  doxygen 1.4.4