| |
|
| java.lang.Object org.apache.xmlgraphics.xmp.XMPSchemaRegistry
XMPSchemaRegistry | public class XMPSchemaRegistry (Code) | | This class is a registry of XMP schemas. It's implemented as a singleton.
|
addSchema | public void addSchema(XMPSchema schema)(Code) | | Adds an XMP schema to the registry.
Parameters: schema - the XMP schema |
getSchema | public XMPSchema getSchema(String namespace)(Code) | | Returns the XMP schema object for a given namespace.
Parameters: namespace - the namespace URI the XMP schema or null if none is available |
|
|
|