|
libcss
|
#include <stylesheet.h>
Public Attributes | |
| css_qname | qname |
| css_selector_detail_value | value |
| unsigned int | type: 4 |
| unsigned int | comb: 3 |
| unsigned int | next: 1 |
| unsigned int | value_type: 1 |
| unsigned int | negate: 1 |
| unsigned int css_selector_detail::comb |
Type of combinator
| unsigned int css_selector_detail::negate |
Detail match is inverted
| unsigned int css_selector_detail::next |
Another selector detail follows
| css_qname css_selector_detail::qname |
Interned name
| unsigned int css_selector_detail::type |
Type of selector
| css_selector_detail_value css_selector_detail::value |
Detail value
| unsigned int css_selector_detail::value_type |
Type of value field