public final class XMPSchemaRegistry
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
void |
addSchema(XMPSchema schema) |
Adds an XMP schema to the registry.
|
static XMPSchemaRegistry |
getInstance() |
|
XMPSchema |
getSchema(java.lang.String namespace) |
Returns the XMP schema object for a given namespace.
|
public static XMPSchemaRegistry getInstance()
public void addSchema(XMPSchema schema)
schema
- the XMP schemapublic XMPSchema getSchema(java.lang.String namespace)
namespace
- the namespace URICopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.