libnxml  0.18.3
Data Fields
nxml_attr_t Struct Reference

Data struct for any element of attribute of xml element. More...

#include <nxml.h>

Collaboration diagram for nxml_attr_t:
Collaboration graph
[legend]

Data Fields

char * name
 
char * value
 
nxml_namespace_tns
 
nxml_attr_tnext
 

Detailed Description

Data struct for any element of attribute of xml element.

Data struct for any element of attribute of xml element

Definition at line 123 of file nxml.h.

Field Documentation

◆ name

char* nxml_attr_t::name

Definition at line 125 of file nxml.h.

◆ next

nxml_attr_t* nxml_attr_t::next

Definition at line 130 of file nxml.h.

◆ ns

nxml_namespace_t* nxml_attr_t::ns

Definition at line 128 of file nxml.h.

◆ value

char* nxml_attr_t::value

Definition at line 126 of file nxml.h.


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