Searched refs:XMPSchemaRegistry (Results 1 - 4 of 4) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPSchemaRegistry.java44 public interface XMPSchemaRegistry interface
H A DXMPMetaFactory.java30 /** The singleton instance of the <code>XMPSchemaRegistry</code>. */
31 private static XMPSchemaRegistry schema = new XMPSchemaRegistryImpl();
45 * @return Returns the singleton instance of the <code>XMPSchemaRegistry</code>.
47 public static XMPSchemaRegistry getSchemaRegistry()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPSchemaRegistryImpl.java24 import com.adobe.xmp.XMPSchemaRegistry;
35 public final class XMPSchemaRegistryImpl implements XMPSchemaRegistry, XMPConst
63 throw new RuntimeException("The XMPSchemaRegistry cannot be initialized!");
73 * @see XMPSchemaRegistry#registerNamespace(String, String)
124 * @see XMPSchemaRegistry#deleteNamespace(String)
138 * @see XMPSchemaRegistry#getNamespacePrefix(String)
147 * @see XMPSchemaRegistry#getNamespaceURI(String)
160 * @see XMPSchemaRegistry#getNamespaces()
169 * @see XMPSchemaRegistry#getPrefixes()
251 * @see XMPSchemaRegistry#resolveAlia
[all...]
H A DParseRDF.java24 import com.adobe.xmp.XMPSchemaRegistry;
989 XMPSchemaRegistry registry = XMPMetaFactory.getSchemaRegistry();

Completed in 266 milliseconds