OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XMPNodeUtils
(Results
1 - 8
of
8
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java
102
XMPNode idNode =
XMPNodeUtils
.findNode (tree, path, true, null);
131
XMPNodeUtils
.findSchemaNode(xmp.getRoot(), XMPConst.NS_DC, true);
145
XMPNode arrayNode =
XMPNodeUtils
.findChildNode(currSchema, "exif:UserComment",
156
XMPNode dmCopyright =
XMPNodeUtils
.findChildNode(currSchema, "xmpDM:copyright",
165
XMPNode arrayNode =
XMPNodeUtils
.findChildNode(currSchema, "xmpRights:UsageTerms",
326
XMPNode baseSchema =
XMPNodeUtils
.findSchemaNode(tree, info
330
XMPNode baseNode =
XMPNodeUtils
377
int xdIndex =
XMPNodeUtils
.lookupLanguageItem(baseNode,
448
XMPNode gpsDateTime =
XMPNodeUtils
.findChildNode(exifSchema, "exif:GPSTimeStamp", false);
467
XMPNode otherDate =
XMPNodeUtils
.findChildNode(exifSchema, "exif:DateTimeOriginal"
[
all
...]
XMPMetaImpl.java
105
arrayOptions =
XMPNodeUtils
.verifySetOptions(arrayOptions, null);
115
XMPNode arrayNode =
XMPNodeUtils
.findNode(tree, arrayPath, false, null);
135
arrayNode =
XMPNodeUtils
.findNode(tree, arrayPath, true, arrayOptions);
173
XMPNode arrayNode =
XMPNodeUtils
.findNode(tree, arrayPath, false, null);
223
XMPNode propNode =
XMPNodeUtils
.findNode(tree, expPath, false, null);
226
XMPNodeUtils
.deleteNode(propNode);
291
final XMPNode propNode =
XMPNodeUtils
.findNode(tree, expPath, false, null);
394
XMPNode arrayNode =
XMPNodeUtils
.findNode(tree, arrayPath, false, null);
400
Object[] result =
XMPNodeUtils
.chooseLocalizedText(arrayNode, genericLang, specificLang);
404
if (match !=
XMPNodeUtils
.CLT_NO_VALUES
[
all
...]
XMPUtilsImpl.java
105
arrayNode =
XMPNodeUtils
.findNode(xmpImpl.getRoot(), arrayPath, false, null);
346
arrayOptions =
XMPNodeUtils
.verifySetOptions(arrayOptions, null);
355
XMPNode arrayNode =
XMPNodeUtils
.findNode(xmp.getRoot(), arrayPath, false, null);
376
arrayNode =
XMPNodeUtils
.findNode(xmp.getRoot(), arrayPath, true, arrayOptions
428
XMPNode propNode =
XMPNodeUtils
.findNode(xmpImpl.getRoot(), expPath, false, null);
454
XMPNode schemaNode =
XMPNodeUtils
.findSchemaNode(xmpImpl.getRoot(), schemaNS, false);
477
XMPNode actualProp =
XMPNodeUtils
529
XMPNode destSchema =
XMPNodeUtils
.findSchemaNode(dest.getRoot(),
601
XMPNode destNode =
XMPNodeUtils
.findChildNode(destParent, sourceNode.getName(), false);
672
int destIndex =
XMPNodeUtils
.lookupLanguageItem(destNode,
[
all
...]
XMPNodeUtils.java
33
public class
XMPNodeUtils
implements XMPConst
52
private
XMPNodeUtils
()
658
int index =
XMPNodeUtils
.lookupLanguageItem(arrayNode, qualValue);
825
return new Object[] { new Integer(
XMPNodeUtils
.CLT_NO_VALUES), null };
854
return new Object[] { new Integer(
XMPNodeUtils
.CLT_SPECIFIC_MATCH), currItem };
874
return new Object[] { new Integer(
XMPNodeUtils
.CLT_SINGLE_GENERIC), resultNode };
878
return new Object[] { new Integer(
XMPNodeUtils
.CLT_MULTIPLE_GENERIC), resultNode };
882
return new Object[] { new Integer(
XMPNodeUtils
.CLT_XDEFAULT), xDefault };
887
return new Object[] { new Integer(
XMPNodeUtils
.CLT_FIRST_ITEM), arrayNode.getChild(1) };
XMPIteratorImpl.java
86
startNode =
XMPNodeUtils
.findNode(xmp.getRoot(), path, false, null);
93
startNode =
XMPNodeUtils
.findSchemaNode(xmp.getRoot(), schemaNS, false);
ParseRDF.java
576
XMPNodeUtils
.detectAltText(newCompound);
1022
XMPNode schemaNode =
XMPNodeUtils
.findSchemaNode(xmp.getRoot(), namespace,
[
all
...]
XMPSerializerRDF.java
636
XMPNodeUtils
.normalizeLangArray (node);
1063
XMPNodeUtils
.normalizeLangArray(node);
[
all
...]
XMPSchemaRegistryImpl.java
343
new AliasOptions(
XMPNodeUtils
.verifySetOptions(
Completed in 769 milliseconds