![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
struct LassoIdWsf2PsRequestAbstract;
LassoIdWsf2PsRequestAbstract * lasso_idwsf2_ps_request_abstract_new
(void
);
Figure 219. Schema fragment for ps:RequestAbstract
<xs:complexType name="RequestAbstractType" abstract="true"> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType>
struct LassoIdWsf2PsRequestAbstract { LassoNode parent; /* attributes */ GHashTable *attributes; };
LassoIdWsf2PsRequestAbstract * lasso_idwsf2_ps_request_abstract_new
(void
);
Creates a new LassoIdWsf2PsRequestAbstract object.
Returns : |
a newly created LassoIdWsf2PsRequestAbstract object |