|
|
|
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
|
|