|
__init__(self,
validate)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
read(self,
handle)
Set up the parser and let it parse the XML results |
source code
|
|
|
|
|
xmlDeclHandler(self,
version,
encoding,
standalone) |
source code
|
|
|
startNamespaceDeclHandler(self,
prefix,
un) |
source code
|
|
|
|
|
|
|
|
|
elementDecl(self,
name,
model)
This callback function is called for each element declaration:
<!ELEMENT name (...)> encountered in a DTD. |
source code
|
|
|
|
|
externalEntityRefHandler(self,
context,
base,
systemId,
publicId)
The purpose of this function is to load the DTD locally, instead of
downloading it from the URL specified in the XML. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|