xmlgraphics-commons 1.4

Uses of Class
org.apache.xmlgraphics.xmp.XMPSchema

Packages that use XMPSchema
org.apache.xmlgraphics.xmp This package is an XMP metadata framework. 
org.apache.xmlgraphics.xmp.schemas Schema and schema adapter classes for accessing XMP metadata. 
org.apache.xmlgraphics.xmp.schemas.pdf PDF-specific XMP schemas and schema adapter classes. 
 

Uses of XMPSchema in org.apache.xmlgraphics.xmp
 

Methods in org.apache.xmlgraphics.xmp that return XMPSchema
 XMPSchema XMPSchemaAdapter.getSchema()
           
 XMPSchema XMPSchemaRegistry.getSchema(java.lang.String namespace)
          Returns the XMP schema object for a given namespace.
 

Methods in org.apache.xmlgraphics.xmp with parameters of type XMPSchema
 void XMPSchemaRegistry.addSchema(XMPSchema schema)
          Adds an XMP schema to the registry.
 

Constructors in org.apache.xmlgraphics.xmp with parameters of type XMPSchema
XMPSchemaAdapter(Metadata meta, XMPSchema schema)
          Main constructor.
 

Uses of XMPSchema in org.apache.xmlgraphics.xmp.schemas
 

Subclasses of XMPSchema in org.apache.xmlgraphics.xmp.schemas
 class DublinCoreSchema
          Schema class for Dublin Core.
 class XMPBasicSchema
          XMP schema for XMP Basic.
 

Uses of XMPSchema in org.apache.xmlgraphics.xmp.schemas.pdf
 

Subclasses of XMPSchema in org.apache.xmlgraphics.xmp.schemas.pdf
 class AdobePDFSchema
          Adobe PDF XMP schema.
 class PDFAOldXMPSchema
          Deprecated. Outdated, please use PDFAXMPSchema instead
 class PDFAXMPSchema
          XMP Schema for PDF/A (ISO 19005-1).
 


xmlgraphics-commons 1.4

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