Author: sksh
Date: 2005-05-19 15:15:22 +0400 (Thu, 19 May 2005)
New Revision: 361
Modified:
incubator/classes/XML/XMLParser.class.php
Log:
+ abstract XMLParser
Modified: incubator/classes/XML/XMLParser.class.php
===================================================================
--- incubator/classes/XML/XMLParser.class.php 2005-05-19 10:49:32 UTC (rev 360)
+++ incubator/classes/XML/XMLParser.class.php 2005-05-19 11:15:22 UTC (rev 361)
@@ -13,7 +13,7 @@
class XMLParserException extends BaseException {}
- class XMLParser
+ abstract class XMLParser
{
const BUFFER_SIZE = 4096;
Received on Thu May 19 2005 - 15:15:23 MSD
This archive was generated by hypermail 2.2.0 : Sat Oct 27 2007 - 19:25:06 MSD