xmlgraphics-commons 1.2

org.apache.xmlgraphics.xmp.schemas
Class XMPBasicSchema

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

public class XMPBasicSchema
extends XMPSchema

XMP schema for XMP Basic.


Field Summary
static java.lang.String NAMESPACE
          Namespace URI for XMP Basic
 
Constructor Summary
XMPBasicSchema()
          Creates a new schema instance for Dublin Core.
 
Method Summary
static XMPBasicAdapter getAdapter(Metadata meta)
          Creates and returns an adapter for this schema around the given metadata object.
 MergeRuleSet getDefaultMergeRuleSet()
           
 
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
Namespace URI for XMP Basic

See Also:
Constant Field Values
Constructor Detail

XMPBasicSchema

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

Method Detail

getAdapter

public static XMPBasicAdapter getAdapter(Metadata meta)
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()
Overrides:
getDefaultMergeRuleSet in class XMPSchema
Returns:
the default merge rule set for this XMP schema.
See Also:
XMPSchema.getDefaultMergeRuleSet()

xmlgraphics-commons 1.2

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