#include <template.h>
Data Fields | |
| TAG * | document |
| Name of the section. | |
| TAG * | __safe_copy |
| Root node of the document for DOM access. | |
| char * | __file |
| Auxiliary field, don't access. | |
| struct s_section * | template |
| Auxiliary field. | |
| struct s_section * | sections |
| Parent template (for template sections). | |
| struct s_section * | next |
| Child sections (for template). | |
| struct s_replacement * | replacements |
| Next section (for sections). | |
Contains information about template (or template section, which is almost the same).
| TAG* s_section::document |
Name of the section.
Root node of the document for DOM access.
| char* s_section::__file |
Auxiliary field, don't access.
struct s_section* s_section::template [read] |
Auxiliary field.
Contains file name from which the template was created.
struct s_section* s_section::sections [read] |
Parent template (for template sections).
struct s_section* s_section::next [read] |
Child sections (for template).
1.5.5