File: /src/QueryPath/CssParser.php

Description

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 CssEventHandler interface. For an example of how this is done, see CssEventHandler.php.

Classes defined in this file

CLASS NAME

DESCRIPTION

CssEventHandler An event handler for handling CSS 3 Selector parsing.
CssToken Tokens for CSS.
CssParser Parse a CSS selector.
CssScanner Scanner for CSS selector parsing.
CssInputStream Simple wrapper to turn a string into an input stream.
CSSParseException Exception indicating an error in CSS parsing.

Include/Require Statements

'CssEventHandler.php' (line 18)

require_once : 'CssEventHandler.php'

Global Variables

Constants

Functions


Documentation generated on Sun, 25 Jul 2010 16:09:03 -0500 by phpDocumentor 1.4.3