<libroxml
version="3.0.2"
/>
|
namespace structure More...
#include <roxml_types.h>
Data Fields | |
unsigned char | id |
void * | next |
char * | alias |
namespace structure
This is the structure for a namespace. It contains the namespace alias
Definition at line 119 of file roxml_types.h.
char* roxml_ns_t::alias |
ns alias
Definition at line 122 of file roxml_types.h.
unsigned char roxml_ns_t::id |
priv id == ROXML_NS_ID
Definition at line 120 of file roxml_types.h.
void* roxml_ns_t::next |
one other priv data is following
Definition at line 121 of file roxml_types.h.