Name

CatalogManager — Holds instance of the catalog manager.

Synopsis

class CatalogManager
  :  : public SimpleWrappedObjectSernaApi::SimpleWrappedObject
 {
public:
  // construct/copy/destruct
  CatalogManager(SernaApiBase * = 0);

  // public member functions

  SString getCatalogsList() const;
};

Description

CatalogManager construct/copy/destruct

  1. CatalogManager(SernaApiBase * = 0);


CatalogManager public member functions

  1. SString getCatalogsList() const;

    Get the list of XML catalogs for the current document.