bioformats  5.1.2
Public Member Functions | Private Attributes | List of all members
ome::common::xml::EntityResolver::RegisterCatalog Class Reference

Register an XML catalog with the entity resolver. More...

#include <ome/common/xml/EntityResolver.h>

Public Member Functions

 RegisterCatalog (const boost::filesystem::path &catalog)
 Register a catalog file with the entity resolver. More...
 
 ~RegisterCatalog ()
 Destructor.
 

Private Attributes

ome::compat::shared_ptr< AutoRegisterCatalogregistration
 Automatic registration.
 

Detailed Description

Register an XML catalog with the entity resolver.

Constructor & Destructor Documentation

ome::common::xml::EntityResolver::RegisterCatalog::RegisterCatalog ( const boost::filesystem::path &  catalog)

Register a catalog file with the entity resolver.

The catalog will be read, and any entities in it will be registered. This will be done recursively for all referenced catalogs.

Parameters
catalogthe filename of the catalog.

The documentation for this class was generated from the following files: