Home | History | Annotate | Download | only in impl

Lines Matching refs:getOptions

121 			if (!arrayNode.getOptions().isArray())
125 // if (arrayOptions != null && !arrayOptions.equalArrayTypes(arrayNode.getOptions()))
180 if (arrayNode.getOptions().isArray())
414 public PropertyOptions getOptions()
416 return itemNode.getOptions();
464 else if (!arrayNode.getOptions().isArrayAltText())
466 if (!arrayNode.hasChildren() && arrayNode.getOptions().isArrayAlternate())
468 arrayNode.getOptions().setArrayAltText(true);
673 if (valueType != VALUE_STRING && propNode.getOptions().isCompositeProperty())
689 public PropertyOptions getOptions()
691 return propNode.getOptions();
740 if (valueType != VALUE_STRING && propNode.getOptions().isCompositeProperty())
1354 node.getOptions().mergeWith(newOptions);
1356 if (!node.getOptions().isCompositeProperty())
1419 value = rawValue != null || propNode.getOptions().isCompositeProperty() ? rawValue : "";