#include <TfSchemaManagerInterface.h>
Definition at line 41 of file TfSchemaManagerInterface.h.
◆ OdTfSchemaManagerInterface()
OdTfSchemaManagerInterface::OdTfSchemaManagerInterface |
( |
| ) |
|
|
inline |
◆ ~OdTfSchemaManagerInterface()
virtual OdTfSchemaManagerInterface::~OdTfSchemaManagerInterface |
( |
| ) |
|
|
inlinevirtual |
◆ convertSchema()
virtual void OdTfSchemaManagerInterface::convertSchema |
( |
const OdString & |
schemeName | ) |
|
|
pure virtual |
Convert the xml scheme to binary schema.
- Parameters
-
schemeName | [in] xml scheme name. Note: binary scheme will be save in the same folder where situated xml schema, but with file type .tsbf |
Implemented in OdTfSchemaManager.
◆ registerSchema() [1/2]
virtual bool OdTfSchemaManagerInterface::registerSchema |
( |
const OdString & |
schemaName, |
|
|
OdTf::SaveType |
fileType |
|
) |
| |
|
pure virtual |
Try to register the xml scheme or binary schema.
- Parameters
-
schemeName | [in] xml/binary schema name. Returns true if the schema is registered. Return false if the schema was registered early. |
Implemented in OdTfSchemaManager.
◆ registerSchema() [2/2]
virtual bool OdTfSchemaManagerInterface::registerSchema |
( |
const OdString & |
schemeName | ) |
|
|
pure virtual |
Try to register the xml scheme or binary schema.
- Parameters
-
schemeName | [in] xml/binary schema name. Returns true if the schema is registered. Return false if the schema was registered early. |
- Note
- Name of schema must have one of types (.tsbf | .txds)
Implemented in OdTfSchemaManager.
◆ unloadSchema()
virtual void OdTfSchemaManagerInterface::unloadSchema |
( |
const OdString & |
schemeName | ) |
|
|
pure virtual |
Unload registered schema.
- Parameters
-
schemeName | [in] scheme name. |
Implemented in OdTfSchemaManager.
The documentation for this class was generated from the following file: