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/Component/CssSelector
2011-04-23 15:18:47 +00:00
..
Node [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00
Parser.php [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
README renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
SyntaxError.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Token.php [CssSelector] moved protected to private 2011-03-24 08:34:52 +01:00
Tokenizer.php [CssSelector] moved protected to private 2011-03-24 08:34:52 +01:00
TokenStream.php [CssSelector] moved protected to private 2011-03-24 08:34:52 +01:00
XPathExpr.php [CssSelector] moved protected to private 2011-03-24 08:34:52 +01:00
XPathExprOr.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01: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