mrss_attribute_t

Data struct for the attributes of the tag Struct data for external attribute

extern (C) @system nothrow @nogc
struct mrss_attribute_t {
int allocated
}

Members

Variables

element
mrss_element_t element

For internal use only

name
char* name

name of the tag

next
mrss_attribute_t* next

The next attribute

ns
char* ns

namespace

value
char* value

value

Meta