<<

NAME

C4::Heading::UNIMARC

SYNOPSIS

use C4::Heading::UNIMARC;

DESCRIPTION

This is an internal helper class used by C4::Heading to parse headings data from UNIMARC 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.

subdivisions

METHODS

new

  my $marc_handler = C4::Heading::UNIMARC->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/>

Jared Camins-Esakov <jcamins@cpbibliography.com>

<<