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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.