Home
last modified time | relevance | path

Searched refs:isCompositeProperty (Results 1 – 6 of 6) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNodeUtils.java256 !currNode.getOptions().isCompositeProperty()) in findNode()
372 if (options.isCompositeProperty() && itemValue != null && itemValue.toString().length() > 0) in verifySetOptions()
838 if (currItem.getOptions().isCompositeProperty()) in chooseLocalizedText()
DXMPSerializerRDF.java545 if (!node.getOptions().isCompositeProperty()) in serializeCompactRDFElementProps()
1030 if (!node.getOptions().isCompositeProperty()) in serializePrettyRDFProperty()
1212 !node.getOptions().isCompositeProperty() && in canBeRDFAttrProp()
DXMPMetaImpl.java673 if (valueType != VALUE_STRING && propNode.getOptions().isCompositeProperty())
740 if (valueType != VALUE_STRING && propNode.getOptions().isCompositeProperty())
1356 if (!node.getOptions().isCompositeProperty())
1419 value = rawValue != null || propNode.getOptions().isCompositeProperty() ? rawValue : "";
DXMPNormalizer.java257 if (currChild.getOptions().isCompositeProperty()) in repairAltText()
DXMPUtilsImpl.java129 if (currItem.getOptions().isCompositeProperty()) in catenateArrayItems()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
DPropertyOptions.java309 public boolean isCompositeProperty() in isCompositeProperty() method in PropertyOptions