hcxselect
1.1
A CSS selector engine for htmlcxx
|
#include <hcxselect.h>
Public Member Functions | |
ParseException (int pos, const char *info=NULL) | |
const char * | what () const throw () |
int | position () const throw () |
Exception that may be thrown when parsing a selector expression.
Definition at line 118 of file hcxselect.h.
hcxselect::ParseException::ParseException | ( | int | pos, |
const char * | info = NULL |
||
) | [inline] |
Constructor.
Definition at line 124 of file hcxselect.h.
const char* hcxselect::ParseException::what | ( | ) | const throw () [inline] |
int hcxselect::ParseException::position | ( | ) | const throw () [inline] |
Returns the parser position inside the current selector.
Definition at line 135 of file hcxselect.h.