| Lasso Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
LassoIdWsf2DstRefModifyItem;
LassoIdWsf2DstRefModifyItem* lasso_idwsf2_dstref_modify_item_new
(void);
LassoIdWsf2DstRefModifyItem* lasso_idwsf2_dstref_modify_item_new_full
(const gchar *item_xpath,
const gchar *item_id,
xmlNode *new_data,
gboolean overrideAllowed);
Figure 174. Schema fragment for dstref:ModifyItem
<xs:complexType name="ModifyItemType">
<xs:sequence>
<xs:element ref="dstref:Select" minOccurs="0" maxOccurs="1"/>
<xs:element ref="dstref:NewData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
<xs:attributeGroup ref="dst:ModifyItemAttributeGroup"/>
</xs:complexType>
typedef struct {
LassoNode parent;
/* elements */
char *Select;
LassoIdWsf2DstRefAppData *NewData;
/* attributes */
char *notChangedSince;
gboolean overrideAllowed;
char *id;
char *itemID;
} LassoIdWsf2DstRefModifyItem;
LassoIdWsf2DstRefModifyItem* lasso_idwsf2_dstref_modify_item_new
(void);
Creates a new LassoIdWsf2DstRefModifyItem object.
Returns : |
a newly created LassoIdWsf2DstRefModifyItem object |