Package _xmlplus :: Package sax :: Module handler :: Class EntityResolver
[show private | hide private]
[frames | no frames]

Class EntityResolver

Known Subclasses:
DefaultHandler

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. Note that DefaultHandler implements this interface with the default behaviour.
Method Summary
  resolveEntity(self, publicId, systemId)
Resolve the system identifier of an entity and return either the system identifier to read from as a string, or an InputSource to read from.

Method Details

resolveEntity(self, publicId, systemId)

Resolve the system identifier of an entity and return either the system identifier to read from as a string, or an InputSource to read from.

Generated by Epydoc 2.1 on Thu Oct 20 15:30:26 2005 http://epydoc.sf.net