xml :: etree :: ElementTree :: XMLParser :: Class XMLParser
[hide private]
[frames] | no frames]

Class XMLParser

source code

object --+
         |
        XMLParser

Instance Methods [hide private]
 
__doctype(self, name, pubid, system)
This method of XMLParser is deprecated.
source code
 
__init__(self, html=0, target=None, encoding=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
_comment(self, data) source code
 
_data(self, text) source code
 
_default(self, text) source code
 
_end(self, tag) source code
 
_fixname(self, key) source code
 
_fixtext(self, text) source code
 
_pi(self, target, data) source code
 
_raiseerror(self, value) source code
 
_start(self, tag, attrib_in) source code
 
_start_list(self, tag, attrib_in) source code
 
close(self) source code
 
doctype(self, name, pubid, system)
This method of XMLParser is deprecated.
source code
 
feed(self, data) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, html=0, target=None, encoding=None)
(Constructor)

source code 
x.__init__(...) initializes x; see help(type(x)) for signature
Overrides: object.__init__
(inherited documentation)