XmpHeaderPI

Inheritance: java.lang.Object

All Implemented Interfaces: com.groupdocs.metadata.core.IXmpType

public final class XmpHeaderPI implements IXmpType

Represents XMP header processing instruction.

Constructors

Constructor Description
XmpHeaderPI() Initializes a new instance of the XmpHeaderPI class.

Methods

Method Description
getGuid() Represents Header GUID.
getXmpRepresentation() Converts XMP value to the xml representation.

XmpHeaderPI()

public XmpHeaderPI()

Initializes a new instance of the XmpHeaderPI class.

getGuid()

public final String getGuid()

Represents Header GUID.

Returns: java.lang.String - The unique identifier.


The text of the header PI contains a GUID, making it unlikely to appear by accident in the data stream.

getXmpRepresentation()

public final String getXmpRepresentation()

Converts XMP value to the xml representation.

Returns: java.lang.String - Returns string representation of XMP value.