xmlgraphics-commons 1.1

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
static java.lang.String PDF_A_IDENTIFICATION_OLD
          Namespace URI for the PDF/A Identification Schema (from an older draft of ISO 19005-1, used by Adobe Acrobat)
static java.lang.String RDF_NAMESPACE
          Namespace URI for RDF
static java.lang.String XML_NS
          Namespace URI for the xml: 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

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

XMP_NAMESPACE

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

RDF_NAMESPACE

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

DUBLIN_CORE_NAMESPACE

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

XMP_BASIC_NAMESPACE

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

ADOBE_PDF_NAMESPACE

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

PDF_A_IDENTIFICATION

public static final java.lang.String PDF_A_IDENTIFICATION
Namespace URI for the PDF/A Identification Schema

PDF_A_IDENTIFICATION_OLD

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

DEFAULT_LANGUAGE

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

xmlgraphics-commons 1.1

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