Packagecom.adobe.xmp
Interfacepublic interface IXMPDisplay extends mx.core.IUIComponent
SubinterfacesIXMPComponent
ImplementorsXMPImage, XMPLabel, XMPText

Provides the default read handler for XMP components. It is implemented by all XMP-aware read/write and read-only components.



Public Properties
 PropertyDefined by
  xmpPath : String
The XMP path for the field associated with this component.
IXMPDisplay
Public Methods
 MethodDefined by
  
The default handler for the xmpMultivalue event.
IXMPDisplay
  
readXMP(event:XMPEvent):void
The default handler for the xmpRead event.
IXMPDisplay
Property detail
xmpPathproperty
xmpPath:String  [read-write]

The XMP path for the field associated with this component. The path can be nested, or direct to an array, struct or qualifier. Path expressions make use of XML namespaces and all prefixes must be registered with the XMPNamespace tag.

Implementation
    public function get xmpPath():String
    public function set xmpPath(value:String):void

See also

com.adobe.xmp.IXMPLibrary.registerNamespace()
Method detail
multivalueHandler()method
public function multivalueHandler(event:XMPEvent):void

The default handler for the xmpMultivalue event. Called if the File Info dialog is started in multiple-file mode.

Parameters
event:XMPEvent — The event object for a user-interaction event.
readXMP()method 
public function readXMP(event:XMPEvent):void

The default handler for the xmpRead event. All XMP components implement this. Updates the component in response to a user-interaction event, using information retrieved from the associated XMP property.

Parameters
event:XMPEvent — The event object for a user-interaction event.