MIMEResolver implementation driven by an XML document instance
following PUBLIC "-//NetBeans//DTD MIME Resolver 1.0//EN".
1. It provides Environment for XMLDataObjects with above public ID.
2. Provided environment returns (InstanceCookie) Impl instance.
3. [Instance]Lookup return that Impl instance.
4. MIMEResolver's findMIMEType() parses description file and applies checks on passed files.
Note: It is public to be accessible by XML layer.
author: Petr Kuzel |