OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSchemaRegistry
(Results
1 - 6
of
6
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMetaFactory.java
47
public static XMPSchemaRegistry
getSchemaRegistry
()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java
110
String prefix = XMPMetaFactory.
getSchemaRegistry
().getNamespacePrefix(namespaceURI);
115
prefix = XMPMetaFactory.
getSchemaRegistry
().registerNamespace(namespaceURI,
XMPNormalizer.java
321
XMPAliasInfo info = XMPMetaFactory.
getSchemaRegistry
()
ParseRDF.java
989
XMPSchemaRegistry registry = XMPMetaFactory.
getSchemaRegistry
();
[
all
...]
XMPSerializerRDF.java
882
namespace = XMPMetaFactory.
getSchemaRegistry
().getNamespaceURI(prefix + ":");
[
all
...]
XMPUtilsImpl.java
471
XMPAliasInfo[] aliases = XMPMetaFactory.
getSchemaRegistry
().findAliases(schemaNS);
[
all
...]
Completed in 56 milliseconds