|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/22697/root/usr/lib64/python2.4/ |
Upload File : |
mň
=5Dc @ sz d Z d k Z e i d i Z e i d i Z e i d Z e i d Z e i d Z [ d f d YZ d S( sü Shared support for scanning document type declarations in HTML and XHTML.
This module is used as a foundation for the HTMLParser and sgmllib
modules (indirectly, for htmllib as well). It has no documented
public API and should not be used directly.
Ns [a-zA-Z][-_.a-zA-Z0-9]*\s*s (\'[^\']*\'|"[^"]*")\s*s --\s*>s ]\s*]\s*>s ]\s*>t
ParserBasec B sĄ t Z d Z d Z d Z d Z d Z d Z d Z d Z d d Z
d d
Z d Z d Z
d
Z d Z d Z d Z d Z RS( si Parser base class which provides some common support methods used
by the SGML/HTML and XHTML parsers.c C s$ | i t j o t d n d S( Ns( markupbase.ParserBase must be subclassed( t selft __class__R t RuntimeError( R ( ( t"