#include <saxparser.h>
Public Methods | |
SAXParser () | |
void | setHandler (SAXHandler *sh) |
int | parse (FILE *f) |
int | getCurrentLineNumber () |
Protected Attributes | |
char | errortext [512] |
SAXHandler* | saxhandler |
void* | currentparser |
|
Constructor |
|
Returns the current line number in the input. Can be called from SAX handler code. |
|
Parse XML input read from the given file. Methods of the SAX handler will be called as the parser processes the file. |
|
Install a SAX handler into the parser. |