Class XmpRdfRoot
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, IEquatable<XmpElementBase>, IXmlValue
- Inheritance
-
XmpRdfRoot
- Implements
- Inherited Members
Constructors
XmpRdfRoot()
public XmpRdfRoot()
Methods
GetNamespaceUri(string)
Gets namespace URI by specific prefix. Prefix may start without xmlns.
public string GetNamespaceUri(string prefix)
Parameters
prefix
stringThe prefix.
Returns
- string
Returns a package schema URI.
GetXmlValue()
Converts xmp value to the xml representation.
public string GetXmlValue()
Returns
- string
Returns XMP value converted to XML string.
RegisterNamespaceUri(string, string)
Adds namespace uri by prefix. Prefix may start without xmlns.
public void RegisterNamespaceUri(string prefix, string namespaceUri)