Class XMPSchemaRegistry
java.lang.Object
org.apache.xmlgraphics.xmp.XMPSchemaRegistry
This class is a registry of XMP schemas. It's implemented as a singleton.
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds an XMP schema to the registry.static XMPSchemaRegistryReturns the XMP schema object for a given namespace.
-
Method Details
-
getInstance
- Returns:
- the singleton instance of the XMP schema registry.
-
addSchema
Adds an XMP schema to the registry.- Parameters:
schema- the XMP schema
-
getSchema
-