-í
¼Ï<c       s€     d  Z    d k Z d k Z 	 d k l Z l Z 
 d k l Z  d k l	 Z	  d e	 f d „  ƒ  YZ
  d „  Z d S(   s[   
A SAX 2.0 driver for htmllib.

$Id: drv_htmllib.py,v 1.2 2001/12/30 12:13:45 loewis Exp $
N(   s   SAXNotSupportedExceptions   SAXNotRecognizedException(   s   IncrementalParser(   s   SgmllibDrivers   HtmllibDriverc      s     d k  l Z RS(   N(   s
   entitydefs(   s   htmlentitydefss
   entitydefs(    (    (    sO   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/sax/drivers2/drv_htmllib.pys   HtmllibDriver s   c      s     t  ƒ  Sd  S(   N(   s   HtmllibDriver(    (    (    sO   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/sax/drivers2/drv_htmllib.pys   create_parser s   (   s   __doc__s   typess   strings   xml.saxs   SAXNotSupportedExceptions   SAXNotRecognizedExceptions   xml.sax.xmlreaders   IncrementalParsers   drv_sgmllibs   SgmllibDrivers   HtmllibDrivers   create_parser(   s   create_parsers   IncrementalParsers   strings   SAXNotRecognizedExceptions   SgmllibDrivers   SAXNotSupportedExceptions   HtmllibDrivers   types(    (    sO   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/sax/drivers2/drv_htmllib.pys   ? s   