Entr'ouvert Entr'ouvert Documentation

LassoWsAddrRelatesTo

LassoWsAddrRelatesTo

Description

Details

struct LassoWsAddrRelatesTo

struct LassoWsAddrRelatesTo {
	LassoNode parent;

	/* elements */
	char *content;
	/* attributes */
	char *RelationshipType;
	GHashTable *attributes;
};

lasso_wsa_relates_to_new ()

LassoWsAddrRelatesTo *  lasso_wsa_relates_to_new        (void);

Creates a new LassoWsAddrRelatesTo object.

Returns :

a newly created LassoWsAddrRelatesTo object

lasso_wsa_relates_to_new_with_string ()

LassoWsAddrRelatesTo *  lasso_wsa_relates_to_new_with_string
                                                        (char *content);

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

content :

a content string

Returns :

a newly created LassoWsAddrRelatesTo object