xml.sax.handler.EntityResolver

class xml.sax.handler.EntityResolver

Basic interface for resolving entities. If you create an object implementing this interface, then register the object with your Parser, the parser will call the method in your object to resolve all external entities.

doc_python
2016-10-07 17:48:19
Comments
Leave a Comment

Please login to continue.