Class XmpRdfRoot

Class XmpRdfRoot

이름 공간 : Aspose.Imaging.Xmp 모임: Aspose.Imaging.dll (25.4.0)

RDF : RDF 요소를 나타냅니다.하나의 XMP 패키지는 하나의 rdf:RDF XML 요소를 사용하여 시리화됩니다. rdf:RDF 요소 내용은 0 또는 더 많은 rdf:Description 요소로 구성됩니다.

public sealed class XmpRdfRoot : XmpElementBase, IEquatable<xmpelementbase>, IXmlValue

Inheritance

object XmpElementBase XmpRdfRoot

Implements

IEquatable , IXmlValue

상속 회원들

XmpElementBase.AddAttribute(string, string) , XmpElementBase.GetAttribute(string) , XmpElementBase.ClearAttributes() , XmpElementBase.Equals(XmpElementBase) , XmpElementBase.Equals(object) , XmpElementBase.GetHashCode() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

XmpRdfRoot()

public XmpRdfRoot()

Methods

GetNamespaceUri(스트리트)

특정 사전으로 이름 공간 URI를 얻습니다. 사전은 xmlns없이 시작할 수 있습니다.

public string GetNamespaceUri(string prefix)

Parameters

prefix string

이 사전은

Returns

string

패키지 스케줄 URI를 반환합니다.

GetXmlValue()

xmp 값을 xml 표현으로 변환합니다.

public string GetXmlValue()

Returns

string

XML 스트립으로 변환된 XMP 값을 반환합니다.

RegisterNamespaceUri(스트링, 스트링)

이름 공간 uris를 사전 설정으로 추가합니다. 사전 설정은 xmlns 없이 시작할 수 있습니다.

public void RegisterNamespaceUri(string prefix, string namespaceUri)

Parameters

prefix string

이 사전은

namespaceUri string

패키지 스케줄 ur.

 한국어