XmpRdfRoot Class
Contents
[
Hide
]Summary: Represents rdf:RDF element.
A single XMP packet shall be serialized using a single rdf:RDF XML element. The rdf:RDF element content shall consist of only zero or more rdf:Description elements.
Module: aspose.psd.xmp
Full Name: aspose.psd.xmp.XmpRdfRoot
Inheritance: IXmlValue, XmpElementBase
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
XmpRdfRoot() | Initializes a new instance of the XmpRdfRoot class |
Methods
Name | Description |
---|---|
add_attribute(attribute, value) | Adds the attribute. |
clear_attributes() | Removes all attributes. |
get_attribute(attribute) | Gets the attribute. |
get_namespace_uri(prefix) | Gets namespace URI by specific prefix. Prefix may start without xmlns. |
get_xml_value() | Converts xmp value to the xml representation. |
register_namespace_uri(prefix, namespace_uri) | Adds namespace uri by prefix. Prefix may start without xmlns. |
Constructor: XmpRdfRoot()
XmpRdfRoot()
Initializes a new instance of the XmpRdfRoot class
Method: add_attribute(attribute, value)
add_attribute(attribute, value)
Adds the attribute.
Parameters:
Parameter | Type | Description |
---|---|---|
attribute | string | The attribute. |
value | string | The value. |
Method: get_attribute(attribute)
get_attribute(attribute)
Gets the attribute.
Parameters:
Parameter | Type | Description |
---|---|---|
attribute | string | The attribute. |
Returns
Type | Description |
---|---|
string | Returns the attribute for specified attribute name. |
Method: get_namespace_uri(prefix)
get_namespace_uri(prefix)
Gets namespace URI by specific prefix. Prefix may start without xmlns.
Parameters:
Parameter | Type | Description |
---|---|---|
prefix | string | The prefix. |
Returns
Type | Description |
---|---|
string | Returns a package schema URI. |
Method: get_xml_value()
get_xml_value()
Converts xmp value to the xml representation.
Returns
Type | Description |
---|---|
string | Returns XMP value converted to XML string. |
Method: register_namespace_uri(prefix, namespace_uri)
register_namespace_uri(prefix, namespace_uri)
Adds namespace uri by prefix. Prefix may start without xmlns.
Parameters:
Parameter | Type | Description |
---|---|---|
prefix | string | The prefix. |
namespace_uri | string | Package schema uri. |