Searched refs:isCompositeProperty (Results 1 – 6 of 6) sorted by relevance
256 !currNode.getOptions().isCompositeProperty()) in findNode()372 if (options.isCompositeProperty() && itemValue != null && itemValue.toString().length() > 0) in verifySetOptions()838 if (currItem.getOptions().isCompositeProperty()) in chooseLocalizedText()
545 if (!node.getOptions().isCompositeProperty()) in serializeCompactRDFElementProps()1030 if (!node.getOptions().isCompositeProperty()) in serializePrettyRDFProperty()1212 !node.getOptions().isCompositeProperty() && in canBeRDFAttrProp()
673 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 : "";
257 if (currChild.getOptions().isCompositeProperty()) in repairAltText()
129 if (currItem.getOptions().isCompositeProperty()) in catenateArrayItems()
309 public boolean isCompositeProperty() in isCompositeProperty() method in PropertyOptions