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

Constituent: parser     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

XLX_p.h File Reference

Private definitions for the XLX (XML parser) package. More...

#include "XLX/XLX.h"

Include dependency graph for XLX_p.h:

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


Functions

void XLX_character (void *data, const char *element, int len)
 Handle a character element.
void XLX_doctype (void *data, const char *name, const char *sysId, const char *pubId, int intSubset)
 Handle a doctype declaration.
void XLX_end (void *data, const char *element)
 Handle an end tag.
void XLX_printout_down (XLX_state *state, const char *element)
 Print a starting tag.
void XLX_printout_up (XLX_state *state, const char *element)
 Print an ending tag.
void XLX_start (void *data, const char *element, const char **attribute)
 Handle a start tag.

Detailed Description

Private definitions for the XLX (XML parser) package.

Author:
James Swain & Owen Saxton
Id
XLX_p.h,v 1.1 2006/07/28 23:42:47 saxton Exp

Function Documentation

void XLX_character void *  data,
const char *  element,
int  len
 

Handle a character element.

Parameters:
data Pointer to the current state of the parser
element Character element
len Length of the character element

void XLX_doctype void *  data,
const char *  name,
const char *  sysId,
const char *  pubId,
int  intSubset
 

Handle a doctype declaration.

Parameters:
data Pointer to the current state of the parser
name The doctype name
sysId The system ID name
pubId The public ID name
intSubset True if internal subset

void XLX_end void *  data,
const char *  element
 

Handle an end tag.

Parameters:
data Pointer to the current state of the parser
element Element name from end tag

void XLX_printout_down XLX_state state,
const char *  element
 

Print a starting tag.

Parameters:
state Pointer to the current state of the parser
element Text string from the current tag

void XLX_printout_up XLX_state state,
const char *  element
 

Print an ending tag.

Parameters:
state Pointer to the current state of the parser
element Text string from the current tag

void XLX_start void *  data,
const char *  element,
const char **  attribute
 

Handle a start tag.

Parameters:
data Pointer to the current state of the parser
element Element name from start tag
attribute Attribute list from the start tag


Generated on Mon Jul 31 20:40:03 2006 by  doxygen 1.4.4