CSS selector parsing classes.
This file contains the tools necessary for parsing CSS 3 selectors.
In the future it may be expanded to handle all of CSS 3.
The parser contained herein is has an event-based API. Implementors should
begin by implementing the {@link EventHandler} interface. For an example
of how this is done, see {@link EventHandler.php}.
|