xmlgraphics-commons 1.3

org.apache.xmlgraphics.xmp
Interface XMPConstants


public interface XMPConstants

Constants used in XMP metadata.


Field Summary
static java.lang.String ADOBE_PDF_NAMESPACE
          Namespace URI for the Adobe PDF Schema
static java.lang.String DEFAULT_LANGUAGE
          Default language for the xml:lang property
static java.lang.String DUBLIN_CORE_NAMESPACE
          Namespace URI for Dublin Core
static java.lang.String PDF_A_IDENTIFICATION
          Namespace URI for the PDF/A Identification Schema (from the technical corrigendum 1 of ISO 19005-1:2005, note that the trailing slash was missing in the original ISO 19005-1:2005 specification)
static java.lang.String PDF_A_IDENTIFICATION_OLD
          Deprecated. Outdated, please use PDF_A_IDENTIFICATION instead.
static java.lang.String RDF_NAMESPACE
          Namespace URI for RDF
static QName RDF_VALUE
          QName for rdf:value
static java.lang.String XML_NS
          Namespace URI for the xml: prefix
static java.lang.String XMLNS_NAMESPACE
          Namespace URI for the xmlns: prefix
static java.lang.String XMP_BASIC_NAMESPACE
          Namespace URI for the XMP Basic Schema
static java.lang.String XMP_NAMESPACE
          Namespace URI for XMP
 

Field Detail

XML_NS

static final java.lang.String XML_NS
Namespace URI for the xml: prefix

See Also:
Constant Field Values

XMLNS_NAMESPACE

static final java.lang.String XMLNS_NAMESPACE
Namespace URI for the xmlns: prefix

See Also:
Constant Field Values

XMP_NAMESPACE

static final java.lang.String XMP_NAMESPACE
Namespace URI for XMP

See Also:
Constant Field Values

RDF_NAMESPACE

static final java.lang.String RDF_NAMESPACE
Namespace URI for RDF

See Also:
Constant Field Values

DUBLIN_CORE_NAMESPACE

static final java.lang.String DUBLIN_CORE_NAMESPACE
Namespace URI for Dublin Core

See Also:
Constant Field Values

XMP_BASIC_NAMESPACE

static final java.lang.String XMP_BASIC_NAMESPACE
Namespace URI for the XMP Basic Schema

See Also:
Constant Field Values

ADOBE_PDF_NAMESPACE

static final java.lang.String ADOBE_PDF_NAMESPACE
Namespace URI for the Adobe PDF Schema

See Also:
Constant Field Values

PDF_A_IDENTIFICATION

static final java.lang.String PDF_A_IDENTIFICATION
Namespace URI for the PDF/A Identification Schema (from the technical corrigendum 1 of ISO 19005-1:2005, note that the trailing slash was missing in the original ISO 19005-1:2005 specification)

See Also:
Constant Field Values

PDF_A_IDENTIFICATION_OLD

static final java.lang.String PDF_A_IDENTIFICATION_OLD
Deprecated. Outdated, please use PDF_A_IDENTIFICATION instead.
Namespace URI for the PDF/A Identification Schema (from an older draft of ISO 19005-1, used by Adobe Acrobat)

See Also:
Constant Field Values

DEFAULT_LANGUAGE

static final java.lang.String DEFAULT_LANGUAGE
Default language for the xml:lang property

See Also:
Constant Field Values

RDF_VALUE

static final QName RDF_VALUE
QName for rdf:value


xmlgraphics-commons 1.3

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.