1<html> 2<head> 3<title>Docs for page class.csstidy.php</title> 4<link rel="stylesheet" type="text/css" href="../media/style.css"> 5</head> 6<body> 7 8<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> 9 <tr> 10 <td class="header_top">csstidy</td> 11 </tr> 12 <tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> 13 <tr> 14 <td class="header_menu"> 15 [ <a href="../classtrees_csstidy.html" class="menu">class tree: csstidy</a> ] 16 [ <a href="../elementindex_csstidy.html" class="menu">index: csstidy</a> ] 17 [ <a href="../elementindex.html" class="menu">all elements</a> ] 18 </td> 19 </tr> 20 <tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> 21</table> 22 23<table width="100%" border="0" cellpadding="0" cellspacing="0"> 24 <tr valign="top"> 25 <td width="200" class="menu"> 26 <div id="todolist"> 27 <p><a href="../todolist.html">Todo List</a></p> 28 </div> 29 <b>Packages:</b><br /> 30 <a href="../li_csstidy.html">csstidy</a><br /> 31 <br /><br /> 32 <b>Files:</b><br /> 33 <div class="package"> 34 <a href="../csstidy/_class_csstidy_php.html"> class.csstidy.php 35 </a><br> 36 <a href="../csstidy/_class_csstidy_optimise_php.html"> class.csstidy_optimise.php 37 </a><br> 38 <a href="../csstidy/_class_csstidy_print_php.html"> class.csstidy_print.php 39 </a><br> 40 <a href="../csstidy/_data_inc_php.html"> data.inc.php 41 </a><br> 42 </div><br /> 43 44 45 <b>Classes:</b><br /> 46 <div class="package"> 47 <a href="../csstidy/csstidy.html">csstidy</a><br /> 48 <a href="../csstidy/csstidy_optimise.html">csstidy_optimise</a><br /> 49 <a href="../csstidy/csstidy_print.html">csstidy_print</a><br /> 50 </div> 51 52 </td> 53 <td> 54 <table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top"> 55 56<h1>Procedural File: class.csstidy.php</h1> 57Source Location: /class.csstidy.php<br /><br /> 58 59<br> 60<br> 61 62<div class="contents"> 63<h2>Classes:</h2> 64<dt><a href="../csstidy/csstidy.html">csstidy</a></dt> 65 <dd>CSS Parser class</dd> 66</div><br /><br /> 67 68<h2>Page Details:</h2> 69CSSTidy - CSS Parser and Optimiser<br /><br /><p>CSS Parser class</p><p>This file is part of CSSTidy.</p><p>CSSTidy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p><p>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 General Public License for more details.</p><p>You should have received a copy of the GNU General Public License along with CSSTidy; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA</p><br /><br /><br /> 70<h4>Tags:</h4> 71<div class="tags"> 72<table border="0" cellspacing="0" cellpadding="0"> 73 <tr> 74 <td><b>filesource:</b> </td><td><a href="..//__filesource/fsource_csstidy__class.csstidy.php.html">Source Code for this file</a></td> 75 </tr> 76 <tr> 77 <td><b>author:</b> </td><td>Florian Schmitz (floele at gmail dot com) 2005-2006</td> 78 </tr> 79 <tr> 80 <td><b>license:</b> </td><td><a href="http://opensource.org/licenses/gpl-license.php">GNU Public License</a></td> 81 </tr> 82</table> 83</div> 84<br /><br /> 85<h4>Includes:</h4> 86<div class="tags"> 87require(<a href="../csstidy/_data_inc_php.html">'data.inc.php'</a>) [line <a href="..//__filesource/fsource_csstidy__class.csstidy.php.html#a33">33</a>]<br /> 88Various CSS data needed for correct optimisations etc.<br /><br /><br /><br /> 89<h4>Tags:</h4> 90<div class="tags"> 91<table border="0" cellspacing="0" cellpadding="0"> 92 <tr> 93 <td><b>version:</b> </td><td>1.2</td> 94 </tr> 95</table> 96</div> 97require(<a href="../csstidy/_class_csstidy_print_php.html">'class.csstidy_print.php'</a>) [line <a href="..//__filesource/fsource_csstidy__class.csstidy.php.html#a40">40</a>]<br /> 98Contains a class for printing CSS code<br /><br /><br /><br /> 99<h4>Tags:</h4> 100<div class="tags"> 101<table border="0" cellspacing="0" cellpadding="0"> 102 <tr> 103 <td><b>version:</b> </td><td>1.0</td> 104 </tr> 105</table> 106</div> 107require(<a href="../csstidy/_class_csstidy_optimise_php.html">'class.csstidy_optimise.php'</a>) [line <a href="..//__filesource/fsource_csstidy__class.csstidy.php.html#a47">47</a>]<br /> 108Contains a class for optimising CSS code<br /><br /><br /><br /> 109<h4>Tags:</h4> 110<div class="tags"> 111<table border="0" cellspacing="0" cellpadding="0"> 112 <tr> 113 <td><b>version:</b> </td><td>1.0</td> 114 </tr> 115</table> 116</div> 117</div> 118<br /><br /> 119<br /><br /> 120<br /> 121 122 <div class="credit"> 123 <hr /> 124 Documentation generated on Mon, 15 May 2006 22:54:54 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> 125 </div> 126 </td></tr></table> 127 </td> 128 </tr> 129</table> 130 131</body> 132</html> 133