libnxml  0.18.3
Data Fields
nxml_namespace_t Struct Reference

Data struct for namespace. More...

#include <nxml.h>

Collaboration diagram for nxml_namespace_t:
Collaboration graph
[legend]

Data Fields

char * prefix
 
char * ns
 
nxml_namespace_tnext
 

Detailed Description

Data struct for namespace.

Data struct for namespace

Definition at line 154 of file nxml.h.

Field Documentation

◆ next

nxml_namespace_t* nxml_namespace_t::next

Definition at line 158 of file nxml.h.

◆ ns

char* nxml_namespace_t::ns

Definition at line 157 of file nxml.h.

◆ prefix

char* nxml_namespace_t::prefix

Definition at line 156 of file nxml.h.


The documentation for this struct was generated from the following file: