A simple bootstrapping resolver.
This class is used as the entity resolver when reading XML Catalogs.
It searches for the OASIS XML Catalog DTD, Relax NG Grammar and W3C XML Schema
as resources (e.g., in the resolver jar file).
If you have your own DTDs or schemas, you can extend this class and
set the BootstrapResolver in your CatalogManager.
See Also: com.sun.org.apache.xml.internal.resolver.CatalogManager author: Norman Walsh author: Norman.Walsh@Sun.COM version: 1.0 |