Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

XMLParse.hpp File Reference

#include "Error.hpp"
#include "FileParser.hpp"
#include "SAXClient.hpp"

Go to the source code of this file.

Compounds

class  XMLParse

Functions

char * TraverseWhiteSpaces (char *ptr, char *endptr)

Variables

unsigned long memory_cutoff


Function Documentation

char* TraverseWhiteSpaces char *    ptr,
char *    endptr
[inline]
 

Definition at line 45 of file XMLParse.hpp.

00046 {
00047    while((ptr<endptr)&&
00048          ((*ptr==' ')||(*ptr=='\t')||(*ptr=='\r')||(*ptr=='\n')))
00049       ptr++;
00050    return ptr;
00051 }


Variable Documentation

unsigned long memory_cutoff
 

Definition at line 39 of file XMLParse.hpp.


Generated on Sat Oct 13 16:08:50 2001 for XMILL by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001