hcxselect  1.1
A CSS selector engine for htmlcxx
Public Member Functions
hcxselect::ParseException Class Reference

#include <hcxselect.h>

Inheritance diagram for hcxselect::ParseException:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ParseException (int pos, const char *info=NULL)
const char * what () const throw ()
int position () const throw ()

Detailed Description

Exception that may be thrown when parsing a selector expression.

Examples:

select.cpp.

Definition at line 118 of file hcxselect.h.


Constructor & Destructor Documentation

hcxselect::ParseException::ParseException ( int  pos,
const char *  info = NULL 
) [inline]

Constructor.

Definition at line 124 of file hcxselect.h.


Member Function Documentation

const char* hcxselect::ParseException::what ( ) const throw () [inline]

Returns the error string.

Examples:
select.cpp.

Definition at line 130 of file hcxselect.h.

int hcxselect::ParseException::position ( ) const throw () [inline]

Returns the parser position inside the current selector.

Examples:
select.cpp.

Definition at line 135 of file hcxselect.h.


The documentation for this class was generated from the following file: