<<

NAME

C4::Heading::MARC21

SYNOPSIS

use C4::Heading::MARC21;

DESCRIPTION

This is an internal helper class used by C4::Heading to parse headings data from MARC21 records. Object of this type do not carry data, instead, they only dispatch functions.

DATA STRUCTURES

FIXME - this should be moved to a configuration file.

bib_heading_fields

subdivisions

METHODS

new

  my $marc_handler = C4::Heading::MARC21->new();

valid_bib_heading_tag

parse_heading

INTERNAL FUNCTIONS

_get_subject_thesaurus

_get_search_heading

_get_display_heading

AUTHOR

Koha Development Team <http://koha-community.org/>

Galen Charlton <galen.charlton@liblime.com>

<<