XmpRdfRoot class

XmpRdfRoot class

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.

Inheritance: XmpRdfRootXmpElementBase

The XmpRdfRoot type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the XmpRdfRoot class.

Methods

MethodDescription
add_attributeAdds the attribute.
get_attributeGets the attribute.
clear_attributesRemoves all attributes.
equalsIndicates whether the current object is equal to another object of the same type.
register_namespace_uriAdds namespace uri by prefix. Prefix may start without xmlns.
get_namespace_uriGets namespace URI by specific prefix. Prefix may start without xmlns.
get_xml_valueConverts xmp value to the xml representation.

See Also