CWB
Data Fields

_print_descr_rec_ Struct Reference

The PrintDescriptionRecord object. More...

#include <print-modes.h>

Data Fields


Detailed Description

The PrintDescriptionRecord object.

Contains strings / function pointers that control the printing mode (esp. the format of an individual concordance line).

Note that currently it is not possible for these to be defined at runtime. It must be done at compile-time.


Field Documentation

what to print after the concordance

Referenced by html_print_output(), latex_print_output(), and sgml_print_output().

char* AfterField

what to print after fields

Referenced by compose_kwic_line().

char* AfterLine

to print after PS

Referenced by get_print_attribute_values().

char* AfterToken

what to print after a token

Referenced by compose_kwic_line().

what to print as p-att separator within tokens

Referenced by get_position_values().

what to print before the concordance

Referenced by latex_print_output(), and sgml_print_output().

char* BeforeField

what to print before a field

Referenced by compose_kwic_line().

char* BeforeLine

what to print before a line

Referenced by html_print_output(), latex_print_output(), and sgml_print_output().

to print before PS

Referenced by get_print_attribute_values().

char* BeforeToken

what to print before a token

Referenced by compose_kwic_line().

printf()-Formatting String for display of a corpus position (needs a d or x or similar in it somewhere)

Referenced by get_position_values(), and get_print_attribute_values().

what to print between fields

char*(* printField)(FieldType, int)

function pointer for printing a field

Referenced by get_field_separators().

to print as separator

Referenced by get_print_attribute_values().

char*(* printToken)(char *)

function pointer for printing a token

Referenced by get_position_values(), and get_print_attribute_values().

prefix of structure start tag

Referenced by get_position_values(), and get_print_attribute_values().

suffix of structure start tag

Referenced by get_position_values(), and get_print_attribute_values().

prefix of structure end tag

Referenced by get_position_values().

suffix of structure end tag

Referenced by get_position_values().

separator of structures

what to print between tokens

Referenced by compose_kwic_line().


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