<<

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_heading_tag

valid_heading_subfield

parse_heading

Given a field and an indicator to specify if it is an authority field or biblio field we return the correct type, thesauarus, search form, and display form of the 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>

<<