Entr'ouvert Entr'ouvert Documentation

LassoIdWsf2DiscoAbstract

LassoIdWsf2DiscoAbstract — <disco:Abstract>

Description

Figure 139. Schema fragment for disco:Abstract

<xs:element name="Abstract" type="xs:string"/>



Details

struct LassoIdWsf2DiscoAbstract

struct LassoIdWsf2DiscoAbstract {
	LassoNode parent;

	/* elements */
	char *content;
};

lasso_idwsf2_disco_abstract_new ()

LassoIdWsf2DiscoAbstract *  lasso_idwsf2_disco_abstract_new
                                                        (void);

Creates a new LassoIdWsf2DiscoAbstract object.

Returns :

a newly created LassoIdWsf2DiscoAbstract object

lasso_idwsf2_disco_abstract_new_with_string ()

LassoIdWsf2DiscoAbstract * lasso_idwsf2_disco_abstract_new_with_string
                                                        (const char *content);

Creates a new LassoIdWsf2DiscoAbstract object and initializes it with content as content.

content :

the content string

Returns :

a newly created LassoIdWsf2DiscoAbstract object