mrss_tag_t

Data struct for any other tag out of the RSS namespace. Struct data for external tags

extern (C) @system nothrow @nogc
struct mrss_tag_t {
int allocated
char* value
}

Members

Variables

attributes
mrss_attribute_t* attributes

list of attributes

children
mrss_tag_t* children

Sub tags

element
mrss_element_t element

For internal use only:

name
char* name

name of the tag

next
mrss_tag_t* next

the next tag

ns
char* ns

namespace

Meta