Relevant elements of a page.
Definition wikt.h:16
TidyNode contents
Main content element of the page.
Definition wikt.h:20
TidyNode toc
Table-of-contents element.
Definition wikt.h:18
bool wikt_next_subsection(const char *cls, const char *prefix, TidyNode *node)
Advances node until the next subsection.
Definition wikt.c:74
bool wikt_next_section(const char *cls, const char *prefix, TidyNode *node)
Advances node until the next section.
Definition wikt.c:70