xmlgraphics-commons 1.4

org.apache.xmlgraphics.xmp.schemas.pdf
Class PDFAOldXMPSchema

java.lang.Object
  extended by org.apache.xmlgraphics.xmp.XMPSchema
      extended by org.apache.xmlgraphics.xmp.schemas.pdf.PDFAOldXMPSchema

Deprecated. Outdated, please use PDFAXMPSchema instead

public class PDFAOldXMPSchema
extends XMPSchema

XMP Schema for PDF/A (ISO 19005-1). This schema uses a namespace URI used in a draft version of the ISO standard which is still necessary because of a bug in Adobe Acrobat.


Field Summary
static java.lang.String NAMESPACE
          Deprecated. Namespace URI for Dublin Core
 
Constructor Summary
PDFAOldXMPSchema()
          Deprecated. Creates a new schema instance for Dublin Core.
 
Method Summary
static PDFAAdapter getAdapter(Metadata meta)
          Deprecated. Creates and returns an adapter for this schema around the given metadata object.
 MergeRuleSet getDefaultMergeRuleSet()
          Deprecated.  
 
Methods inherited from class org.apache.xmlgraphics.xmp.XMPSchema
getNamespace, getPreferredPrefix, getQName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

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

See Also:
Constant Field Values
Constructor Detail

PDFAOldXMPSchema

public PDFAOldXMPSchema()
Deprecated. 
Creates a new schema instance for Dublin Core.

Method Detail

getAdapter

public static PDFAAdapter getAdapter(Metadata meta)
Deprecated. 
Creates and returns an adapter for this schema around the given metadata object.

Parameters:
meta - the metadata object
Returns:
the newly instantiated adapter

getDefaultMergeRuleSet

public MergeRuleSet getDefaultMergeRuleSet()
Deprecated. 
Overrides:
getDefaultMergeRuleSet in class XMPSchema
Returns:
the default merge rule set for this XMP schema.
See Also:
XMPSchema.getDefaultMergeRuleSet()

xmlgraphics-commons 1.4

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