This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Components/CssSelector
2010-04-05 11:45:13 +02:00
..
Node [CssSelector] fixed coding standards: removed useless else statements 2010-04-05 11:45:13 +02:00
Parser.php [CssSelector] fixed coding standards: removed useless else statements 2010-04-05 11:45:13 +02:00
README [CssSelector] added the component 2010-03-31 18:26:38 +02:00
SyntaxError.php [CssSelector] added the component 2010-03-31 18:26:38 +02:00
Token.php [CssSelector] added the component 2010-03-31 18:26:38 +02:00
Tokenizer.php [CssSelector] fixed coding standards: removed perl comment style 2010-04-05 11:44:17 +02:00
TokenStream.php [CssSelector] fixed coding standards: removed useless else statements 2010-04-05 11:45:13 +02:00
XPathExpr.php [CssSelector] fixed coding standards: removed perl comment style 2010-04-05 11:44:17 +02:00
XPathExprOr.php [CssSelector] added the component 2010-03-31 18:26:38 +02:00

This component is a port of the Python lxml library,
which is copyright Infrae and distributed under the BSD license.

Current code is a port of http://codespeak.net/svn/lxml/trunk/src/lxml/cssselect.py@71545