OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XMPConst
(Results
1 - 2
of
2
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPConst.java
18
public interface
XMPConst
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java
17
import com.adobe.xmp.
XMPConst
;
101
XMPPath path = XMPPathParser.expandXPath(
XMPConst
.NS_XMP_MM, "InstanceID");
131
XMPNodeUtils.findSchemaNode(xmp.getRoot(),
XMPConst
.NS_DC, true);
137
if (
XMPConst
.NS_DC.equals(currSchema.getName()))
141
else if (
XMPConst
.NS_EXIF.equals(currSchema.getName()))
152
else if (
XMPConst
.NS_DM.equals(currSchema.getName()))
163
else if (
XMPConst
.NS_XMP_RIGHTS.equals(currSchema.getName()))
202
currProp.setName(
XMPConst
.ARRAY_ITEM_NAME);
209
XMPNode newLang = new XMPNode(
XMPConst
.XML_LANG,
XMPConst
.X_DEFAULT, null)
[
all
...]
Completed in 88 milliseconds