#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 |
|
||||||||||||
|
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 }
|
|
|
Definition at line 39 of file XMLParse.hpp. |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001