DublinCorePackage class

DublinCorePackage class

Represents Dublic Core schema.

Inheritance: DublinCorePackageXmpPackage

The DublinCorePackage type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the DublinCorePackage class.

Properties

PropertyDescription
xml_namespaceGets the XML namespace.
prefixGets the prefix.
namespace_uriGets the namespace URI.

Methods

MethodDescription
set_titleAdds Dublin Core title.
set_titleAdds Dublin Core title for different languages.
set_descriptionAdds the description.
set_descriptionAdds the description.
set_subjectAdds the subject.
set_subjectAdds the subject.
set_authorAdds the author.
set_authorAdds the author.
set_publisherAdds the publisher.
set_publisherAdds the publisher.
contains_keyDetermines whether the specified key contains key.
add_valueAdds string property.
removeRemove the value with the specified key.
clearClears this instance.
set_valueSets the value.
set_xmp_type_valueSets the XMP type value.
get_xml_valueConverts XMP value to the XML representation.

Remarks

For more information see: http://dublincore.org/documents/usageguide/elements.shtml.

See Also