class.csstidy.php
CSSTidy - CSS Parser and Optimiser
CSS Parser class
Copyright 2005, 2006, 2007 Florian Schmitz
This file is part of CSSTidy.
CSSTidy is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
CSSTidy is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Tags
Table of Contents
Classes
- csstidy
- CSS Parser class
Constants
- AT_END = 2
- AT_START = 1
- Defines constants
- COMMENT = 7
- DEFAULT_AT = 41
- IMPORTANT_COMMENT = 8
- PROPERTY = 5
- SEL_END = 4
- SEL_START = 3
- VALUE = 6
Constants
AT_END
public
mixed
AT_END
= 2
AT_START
Defines constants
public
mixed
AT_START
= 1
Tags
COMMENT
public
mixed
COMMENT
= 7
DEFAULT_AT
public
mixed
DEFAULT_AT
= 41
IMPORTANT_COMMENT
public
mixed
IMPORTANT_COMMENT
= 8
PROPERTY
public
mixed
PROPERTY
= 5
SEL_END
public
mixed
SEL_END
= 4
SEL_START
public
mixed
SEL_START
= 3
VALUE
public
mixed
VALUE
= 6