XmpRdfRoot

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.

public sealed class XmpRdfRoot : XmpElementBase, IXmlValue

Constructors

NameDescription
XmpRdfRoot()The default constructor.

Methods

NameDescription
virtual AddAttribute(string, string)Adds the attribute.
virtual ClearAttributes()Removes all attributes.
override Equals(object)Determines whether the specified Object, is equal to this instance.
Equals(XmpElementBase)Indicates whether the current object is equal to another object of the same type.
virtual GetAttribute(string)Gets the attribute.
override GetHashCode()Returns a hash code for this instance.
GetNamespaceUri(string)Gets namespace URI by specific prefix. Prefix may start without xmlns.
GetXmlValue()Converts xmp value to the xml representation.
RegisterNamespaceUri(string, string)Adds namespace uri by prefix. Prefix may start without xmlns.

See Also