org.apache.xmlgraphics.xmp |
org.apache.xmlgraphics.commons.xmp Package
This package is an XMP metadata framework. For more information on
Adobe's XMP standard, visit:
Adobe's XMP website
|
Java Source File Name | Type | Comment |
Metadata.java | Class | This class represents the root of an XMP metadata tree. |
XMPArray.java | Class | Represents an XMP array as defined by the XMP specification. |
XMPArrayType.java | Class | Enum class for XMP array types. |
XMPComplexValue.java | Class | Base class for complex data types in XMP. |
XMPConstants.java | Interface | Constants used in XMP metadata. |
XMPHandler.java | Class | Passive XMP parser implemented as a SAX DefaultHandler. |
XMPParser.java | Class | The XMP parser. |
XMPProperty.java | Class | This class is the base class for all XMP properties. |
XMPSchema.java | Class | Base class for schema implementations that provide user-friendly access to XMP values. |
XMPSchemaAdapter.java | Class | Base class for schema-specific adapters that provide user-friendly access to XMP values. |
XMPSchemaRegistry.java | Class | This class is a registry of XMP schemas. |
XMPSerializer.java | Class | Serializes an XMP tree to XML or to an XMP packet. |