Information about the metadata
|
| | TSLMDMetadata () |
| |
| | TSLMDMetadata (const TSLMDMetadata &right) |
| |
| virtual | ~TSLMDMetadata () |
| |
| TSLMDMetadata & | operator= (const TSLMDMetadata &right) |
| |
| void | fileIdentifier (TSLCharacterString *input, bool assumeOwnership=true) |
| |
| void | fileIdentifier (const char *input) |
| |
| void | language (TSLCharacterString *input, bool assumeOwnership=true) |
| |
| void | language (const char *input) |
| |
| void | characterSet (TSLMDCharacterSetCode input) |
| |
| void | parentIdentifier (TSLCharacterString *input, bool assumeOwnership=true) |
| |
| void | parentIdentifier (const char *input) |
| |
| bool | insertHierarchyLevel (TSLMDScopeCode obj, int position=-1) |
| |
| bool | removeHierarchyLevel (int position=-1) |
| |
| bool | insertHierarchyLevelName (const TSLCharacterString &obj, int position=-1) |
| |
| bool | insertHierarchyLevelName (const char *input, int position=-1) |
| |
| bool | removeHierarchyLevelName (int position=-1) |
| |
| bool | insertContact (const TSLCIResponsibleParty &obj, int position=-1) |
| |
| bool | removeContact (int position=-1) |
| |
| void | dateStamp (TSLDate *input, bool assumeOwnership=true) |
| |
| void | metadataStandardName (TSLCharacterString *input, bool assumeOwnership=true) |
| |
| void | metadataStandardName (const char *input) |
| |
| void | metadataStandardVersion (TSLCharacterString *input, bool assumeOwnership=true) |
| |
| void | metadataStandardVersion (const char *input) |
| |
| void | dataSet (TSLCharacterString *input, bool assumeOwnership=true) |
| |
| void | dataSet (const char *input) |
| |
| bool | insertIdentificationInfo (TSLMDIdentification *val, bool assumeOwnership=true, int pos=-1) |
| |
| bool | removeIdentificationInfo (int pos=-1) |
| |
| bool | insertMetadataConstraints (TSLMDConstraints *val, bool assumeOwnership=true, int pos=-1) |
| |
| bool | removeMetadataConstraints (int pos=-1) |
| |
| bool | insertDataQualityInfo (const TSLDQDataQuality &val, int pos=-1) |
| |
| bool | removeDataQualityInfo (int pos=-1) |
| |
| void | metadataMaintenance (TSLMDMaintenanceInformation *val, bool assumeOwnership=true) |
| |
| bool | insertSpatialRepresentationInfo (TSLMDSpatialRepresentation *val, bool assumeOwnership=true, int pos=-1) |
| |
| bool | removeSpatialRepresentationInfo (int pos=-1) |
| |
| bool | insertReferenceSystemInfo (TSLMDReferenceSystem *val, bool assumeOwnership=true, int pos=-1) |
| |
| bool | removeReferenceSystemInfo (int pos=-1) |
| |
| bool | insertContentInfo (TSLMDContentInformation *val, bool assumeOwnership=true, int pos=-1) |
| |
| bool | removeContentInfo (int pos=-1) |
| |
| bool | insertPortrayalCatalogueInfo (TSLMDPortrayalCatalogueReference *val, bool assumeOwnership=true, int pos=-1) |
| |
| bool | removePortrayalCatalogueInfo (int pos=-1) |
| |
| void | distributionInfo (TSLMDDistribution *val, bool assumeOwnership=true) |
| |
| bool | insertMetadataExtensionInfo (const TSLMDMetadataExtensionInformation &val, int pos=-1) |
| |
| bool | removeMetadataExtensionInfo (int pos=-1) |
| |
| bool | insertApplicationSchemaInfo (const TSLMDApplicationSchemaInformation &val, int pos=-1) |
| |
| bool | removeApplicationSchemaInfo (int pos=-1) |
| |
| bool | insertCustomAttributes (TSLAttributeValues *val, int pos) |
| |
| bool | removeCustomAttributes (int pos) |
| |
| bool | insertDescribes (TSLDSDataSet *val, bool assumeOwnership=true, int pos=-1) |
| |
| bool | removeDescribes (int pos=-1) |
| |
| bool | takeOwnerShipOfOrphan (void *orphan) |
| |
| bool | relinquishOwnerShipOfOrphan (void *orphan) |
| |
| void | characterSetEx (TSLMDCharacterSetCodeEx &input) |
| |
| bool | inserthierarchyLevelEx (TSLMDScopeCodeEx &obj, int position=-1) |
| |
| bool | removehierarchyLevelEx (int position=-1) |
| |
| void | languageCodeEx (TSLMDLanguageCodeEx &input) |
| |
| virtual bool | initialise (TSLXMLParser_Expat *parser, const char *stringOfXML) |
| |
| virtual bool | initialise (TSLXMLParser_Expat *parser, void *streamOfXML) |
| |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true, const char *schemaLocation=0, const char *stylesheetLocation=0) const |
| |
|
| const TSLCharacterString * | fileIdentifier () const |
| |
| TSLCharacterString * | fileIdentifier () |
| |
| const TSLCharacterString * | language () const |
| |
| TSLCharacterString * | language () |
| |
| TSLMDCharacterSetCode | characterSet () const |
| |
| const TSLCharacterString * | parentIdentifier () const |
| |
| TSLCharacterString * | parentIdentifier () |
| |
| const TSLMDCollection< TSLMDScopeCode > & | hierarchyLevel () const |
| |
| TSLMDCollection< TSLMDScopeCode > & | hierarchyLevel () |
| |
| TSLMDScopeCode | hierarchyLevelAt (int position) const |
| |
| const TSLMDCollection< TSLCharacterString > & | hierarchyLevelName () const |
| |
| TSLMDCollection< TSLCharacterString > & | hierarchyLevelName () |
| |
| const TSLCharacterString * | hierarchyLevelNameAt (int position) const |
| |
| TSLCharacterString * | hierarchyLevelNameAt (int position) |
| |
| const TSLMDCollection< TSLCIResponsibleParty > & | contact () const |
| |
| TSLMDCollection< TSLCIResponsibleParty > & | contact () |
| |
| const TSLCIResponsibleParty * | contactAt (int position) const |
| |
| TSLCIResponsibleParty * | contactAt (int position) |
| |
| const TSLDate * | dateStamp () const |
| |
| TSLDate * | dateStamp () |
| |
| const TSLCharacterString * | metadataStandardName () const |
| |
| TSLCharacterString * | metadataStandardName () |
| |
| const TSLCharacterString * | metadataStandardVersion () const |
| |
| TSLCharacterString * | metadataStandardVersion () |
| |
| const TSLCharacterString * | dataSet () const |
| |
| TSLCharacterString * | dataSet () |
| |
| const TSLMDCollection< TSLMDIdentification * > & | identificationInfo () const |
| |
| TSLMDCollection< TSLMDIdentification * > & | identificationInfo () |
| |
| const TSLMDIdentification * | identificationInfoAt (int pos) const |
| |
| TSLMDIdentification * | identificationInfoAt (int pos) |
| |
| const TSLMDCollection< TSLMDConstraints * > & | metadataConstraints () const |
| |
| TSLMDCollection< TSLMDConstraints * > & | metadataConstraints () |
| |
| const TSLMDConstraints * | metadataConstraintsAt (int pos) const |
| |
| TSLMDConstraints * | metadataConstraintsAt (int pos) |
| |
| const TSLMDCollection< TSLDQDataQuality > & | dataQualityInfo () const |
| |
| TSLMDCollection< TSLDQDataQuality > & | dataQualityInfo () |
| |
| const TSLDQDataQuality * | dataQualityInfoAt (int pos) const |
| |
| TSLDQDataQuality * | dataQualityInfoAt (int pos) |
| |
| const TSLMDMaintenanceInformation * | metadataMaintenance () const |
| |
| TSLMDMaintenanceInformation * | metadataMaintenance () |
| |
| const TSLMDCollection< TSLMDSpatialRepresentation * > & | spatialRepresentationInfo () const |
| |
| TSLMDCollection< TSLMDSpatialRepresentation * > & | spatialRepresentationInfo () |
| |
| const TSLMDSpatialRepresentation * | spatialRepresentationInfoAt (int pos) const |
| |
| TSLMDSpatialRepresentation * | spatialRepresentationInfoAt (int pos) |
| |
| const TSLMDCollection< TSLMDReferenceSystem * > & | referenceSystemInfo () const |
| |
| TSLMDCollection< TSLMDReferenceSystem * > & | referenceSystemInfo () |
| |
| const TSLMDReferenceSystem * | referenceSystemInfoAt (int pos) const |
| |
| TSLMDReferenceSystem * | referenceSystemInfoAt (int pos) |
| |
| const TSLMDCollection< TSLMDContentInformation * > & | contentInfo () const |
| |
| TSLMDCollection< TSLMDContentInformation * > & | contentInfo () |
| |
| const TSLMDContentInformation * | contentInfoAt (int pos) const |
| |
| TSLMDContentInformation * | contentInfoAt (int pos) |
| |
| const TSLMDCollection< TSLMDPortrayalCatalogueReference * > & | portrayalCatalogueInfo () const |
| |
| TSLMDCollection< TSLMDPortrayalCatalogueReference * > & | portrayalCatalogueInfo () |
| |
| const TSLMDPortrayalCatalogueReference * | portrayalCatalogueInfoAt (int pos) const |
| |
| TSLMDPortrayalCatalogueReference * | portrayalCatalogueInfoAt (int pos) |
| |
| const TSLMDDistribution * | distributionInfo () const |
| |
| TSLMDDistribution * | distributionInfo () |
| |
| const TSLMDCollection< TSLMDMetadataExtensionInformation > & | metadataExtensionInfo () const |
| |
| TSLMDCollection< TSLMDMetadataExtensionInformation > & | metadataExtensionInfo () |
| |
| const TSLMDMetadataExtensionInformation * | metadataExtensionInfoAt (int pos) const |
| |
| TSLMDMetadataExtensionInformation * | metadataExtensionInfoAt (int pos) |
| |
| const TSLMDCollection< TSLMDApplicationSchemaInformation > & | applicationSchemaInfo () const |
| |
| TSLMDCollection< TSLMDApplicationSchemaInformation > & | applicationSchemaInfo () |
| |
| const TSLMDApplicationSchemaInformation * | applicationSchemaInfoAt (int pos) const |
| |
| TSLMDApplicationSchemaInformation * | applicationSchemaInfoAt (int pos) |
| |
| const TSLMDCollection< TSLAttributeValues * > & | customAttributes () const |
| |
| const TSLMDCollection< TSLDSDataSet * > & | describes () const |
| |
| TSLMDCollection< TSLDSDataSet * > & | describes () |
| |
| const TSLDSDataSet * | describesAt (int pos) const |
| |
| TSLDSDataSet * | describesAt (int pos) |
| |
| const TSLMDCharacterSetCodeEx & | characterSetEx () const |
| |
| TSLMDCharacterSetCodeEx & | characterSetEx () |
| |
| const TSLMDCollection< TSLMDScopeCodeEx > & | hierarchyLevelEx () const |
| |
| TSLMDCollection< TSLMDScopeCodeEx > & | hierarchyLevelEx () |
| |
| TSLMDScopeCodeEx | hierarchyLevelAtEx (int position) const |
| |
| const TSLMDLanguageCodeEx & | languageCodeEx () const |
| |
| TSLMDLanguageCodeEx & | languageCodeEx () |
| |