libopc
|
Go to the source code of this file.
Data Structures | |
struct | OPC_DC_SIMPLE_TYPE |
struct | OPC_PROPERTIES_STRUCT |
Typedefs | |
typedef struct OPC_DC_SIMPLE_TYPE | opcDCSimpleType_t |
typedef struct OPC_PROPERTIES_STRUCT | opcProperties_t |
Functions | |
opc_error_t | opcCorePropertiesInit (opcProperties_t *cp) |
opc_error_t | opcCorePropertiesCleanup (opcProperties_t *cp) |
opc_error_t | opcCorePropertiesRead (opcProperties_t *cp, opcContainer *c) |
opc_error_t | opcCorePropertiesWrite (opcProperties_t *cp, opcContainer *c) |
opc_error_t | opcCorePropertiesSetString (xmlChar **prop, const xmlChar *str) |
opc_error_t | opcCorePropertiesSetStringLang (opcDCSimpleType_t *prop, const xmlChar *str, const xmlChar *lang) |
typedef struct OPC_DC_SIMPLE_TYPE opcDCSimpleType_t |
Represents a simple Dublin Core type.
typedef struct OPC_PROPERTIES_STRUCT opcProperties_t |
Represents the core properties of an OPC container.
opc_error_t opcCorePropertiesCleanup | ( | opcProperties_t * | cp | ) |
Cleanup the core properties cp
, i.e. release all resources.
opc_error_t opcCorePropertiesInit | ( | opcProperties_t * | cp | ) |
Initialize the core properties cp
.
opc_error_t opcCorePropertiesRead | ( | opcProperties_t * | cp, |
opcContainer * | c | ||
) |
Rease the core properties cp
from the container .
opc_error_t opcCorePropertiesSetString | ( | xmlChar ** | prop, |
const xmlChar * | str | ||
) |
opc_error_t opcCorePropertiesSetStringLang | ( | opcDCSimpleType_t * | prop, |
const xmlChar * | str, | ||
const xmlChar * | lang | ||
) |
Update a core properties the right way.
opc_error_t opcCorePropertiesWrite | ( | opcProperties_t * | cp, |
opcContainer * | c | ||
) |
Write/Update the core properties cp
in the container .