Register an entity with the entity resolver.
More...
#include <ome/common/xml/EntityResolver.h>
Register an entity with the entity resolver.
ome::common::xml::EntityResolver::RegisterEntity::RegisterEntity |
( |
const std::string & |
id, |
|
|
const std::string & |
data |
|
) |
| |
Register in-memory text data with the entity resolver.
- Parameters
-
id | the XML system ID of the entity. |
data | the text data of the entity. |
ome::common::xml::EntityResolver::RegisterEntity::RegisterEntity |
( |
const std::string & |
id, |
|
|
const boost::filesystem::path & |
file |
|
) |
| |
Register a file with the entity resolver.
- Parameters
-
id | the XML system ID of the entity. |
file | the filename of the entity. |
The documentation for this class was generated from the following files: