CWB
|
The AttributeList object: holds a list of attributes. More...
#include <attlist.h>
Data Fields | |
int | list_valid |
Are all the Attributes in this list valid? 0: check list. More... | |
int | element_type |
One of the constants defined in attributes.h, format:ATT_x. More... | |
AttributeInfo * | list |
Head of the linked list of attribute-info structures. More... | |
The AttributeList object: holds a list of attributes.
int element_type |
One of the constants defined in attributes.h, format:ATT_x.
Referenced by NewAttributeList(), RecomputeAL(), and VerifyList().
AttributeInfo* list |
Head of the linked list of attribute-info structures.
Referenced by AddNameToAL(), compose_kwic_line(), ComputePrintStructures(), do_attribute_show(), FindInAL(), get_position_values(), get_print_attribute_values(), latex_print_output(), NewAttributeList(), NrOfElementsAL(), printAlignedStrings(), PrintAttributes(), PrintAttributesSimple(), RecomputeAL(), RemoveNameFromAL(), set_current_corpus(), sgml_print_output(), Unchain(), update_context_descriptor(), verify_context_descriptor(), and VerifyList().
int list_valid |
Are all the Attributes in this list valid? 0: check list.
Referenced by AddNameToAL(), compose_kwic_line(), NewAttributeList(), RecomputeAL(), and VerifyList().