hcxselect
1.1
A CSS selector engine for htmlcxx
|
#include <hcxselect.h>
Public Member Functions | |
bool | operator() (Node *a, Node *b) const |
Comparison class for nodes.
Definition at line 62 of file hcxselect.h.
Checks if node a
< node b
by comparing their positions in the document.
Definition at line 719 of file hcxselect.cpp.