|
xmlgraphics-commons 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlgraphics.xmp.XMPSchemaRegistry
public class XMPSchemaRegistry
This class is a registry of XMP schemas. It's implemented as a singleton.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static XMPSchemaRegistry getInstance()
public void addSchema(XMPSchema schema)
schema
- the XMP schemapublic XMPSchema getSchema(java.lang.String namespace)
namespace
- the namespace URI
|
xmlgraphics-commons 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |