com.twelvemonkeys.imageio.metadata.xmp
Interface XMP


public interface XMP

XMP

Version:
$Id: XMP.java,v 1.0 Nov 12, 2009 12:19:32 AM haraldk Exp$
Author:
Harald Kuhr, last modified by $Author: haraldk$
See Also:
Extensible Metadata Platform (XMP)

Field Summary
static Map<String,String> DEFAULT_NS_MAPPING
          Contains the mapping from URI to default namespace prefix.
static Set<String> ELEMENTS
           
static String NS_DC
          Dublin Core Metadata Initiative namespace
static String NS_EXIF
           
static String NS_PHOTOSHOP
           
static String NS_RDF
          W3C Resource Description Format namespace
static String NS_ST_REF
           
static String NS_TIFF
           
static String NS_X
           
static String NS_XAP
           
static String NS_XAP_MM
           
 

Field Detail

NS_RDF

static final String NS_RDF
W3C Resource Description Format namespace

See Also:
Constant Field Values

NS_DC

static final String NS_DC
Dublin Core Metadata Initiative namespace

See Also:
Constant Field Values

NS_EXIF

static final String NS_EXIF
See Also:
Constant Field Values

NS_PHOTOSHOP

static final String NS_PHOTOSHOP
See Also:
Constant Field Values

NS_ST_REF

static final String NS_ST_REF
See Also:
Constant Field Values

NS_TIFF

static final String NS_TIFF
See Also:
Constant Field Values

NS_XAP

static final String NS_XAP
See Also:
Constant Field Values

NS_XAP_MM

static final String NS_XAP_MM
See Also:
Constant Field Values

NS_X

static final String NS_X
See Also:
Constant Field Values

DEFAULT_NS_MAPPING

static final Map<String,String> DEFAULT_NS_MAPPING
Contains the mapping from URI to default namespace prefix.


ELEMENTS

static final Set<String> ELEMENTS


Copyright © 2015. All Rights Reserved.