libnxml  0.18.3
Data Fields
nxml_doctype_t Struct Reference

Data struct for doctype elements. More...

#include <nxml.h>

Collaboration diagram for nxml_doctype_t:
Collaboration graph
[legend]

Data Fields

char * value
 
char * name
 
nxml_tdoc
 
nxml_doctype_tnext
 

Detailed Description

Data struct for doctype elements.

Data struct for doctype elements

Definition at line 139 of file nxml.h.

Field Documentation

◆ doc

nxml_t* nxml_doctype_t::doc

The nxml_t

Definition at line 144 of file nxml.h.

◆ name

char* nxml_doctype_t::name

The name of current doctype

Definition at line 142 of file nxml.h.

◆ next

nxml_doctype_t* nxml_doctype_t::next

Definition at line 145 of file nxml.h.

◆ value

char* nxml_doctype_t::value

The string no parsers

Definition at line 141 of file nxml.h.


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