?PNG
IHDR ? f ??C1 sRGB ?? gAMA ?a pHYs ? ??od GIDATx^LeY?a?("Bh?_????q5k?*:t0A-o??]VkJM??f?8\k2ll1]q????T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/user1137782/www/china1.by/classwithtostring.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
Lc @ s d Z d d k Z d d k l Z l Z d d d YZ d e f d YZ d d d YZ d
d d YZ d d d
YZ d e f d YZ
d Z e d j o e n d S( s] An XML Reader is the SAX 2 name for an XML parser. XML Parsers
should be based on this code. iN( t SAXNotSupportedExceptiont SAXNotRecognizedExceptiont XMLReaderc B s e Z d Z d Z d Z d Z d Z d Z d Z d Z d Z
d Z d
Z d Z
d Z d
Z d Z d Z RS( s% Interface for reading an XML document using callbacks.
XMLReader is the interface that an XML parser's SAX2 driver must
implement. This interface allows an application to set and query
features and properties in the parser, to register event handlers
for document processing, and to initiate a document parse.
All SAX interfaces are assumed to be synchronous: the parse
methods must not return until parsing is complete, and readers
must wait for an event-handler callback to return before reporting
the next event.c C s@ t i | _ t i | _ t i | _ t i | _ d S( N( t handlert ContentHandlert
_cont_handlert
DTDHandlert _dtd_handlert EntityResolvert _ent_handlert ErrorHandlert _err_handler( t self( ( s) /usr/lib64/python2.6/xml/sax/xmlreader.pyt __init__ s c C s t d d S( sA Parse an XML document from a system identifier or an InputSource.s This method must be implemented!N( t NotImplementedError( R t source( ( s) /usr/lib64/python2.6/xml/sax/xmlreader.pyt parse s c C s | i S( s# Returns the current ContentHandler.( R ( R ( ( s) /usr/lib64/python2.6/xml/sax/xmlreader.pyt getContentHandler" s c C s
| | _ d S( s: Registers a new object to receive document content events.N( R ( R R ( ( s) /usr/lib64/python2.6/xml/sax/xmlreader.pyt setContentHandler&