#include <css_selector.hpp>
Public Types | |
|
typedef std::vector < css_chained_simple_selector_t > | chained_type |
Public Member Functions | |
| void | clear () |
| bool | operator== (const css_selector_t &r) const |
Public Attributes | |
| css_simple_selector_t | first |
| chained_type | chained |
Each CSS selector consists of one or more chained simple selectors.
1.8.5