![]() |
<libroxml
version="2.2.1"
/>
|
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 129 of file roxml-types.h.
| char* roxml_ns_t::alias |
ns alias
Definition at line 132 of file roxml-types.h.
| unsigned char roxml_ns_t::id |
priv id == ROXML_NS_ID
Definition at line 130 of file roxml-types.h.
| void* roxml_ns_t::next |
one other priv data is following
Definition at line 131 of file roxml-types.h.
1.8.1