
Biblio::Document::Parser - document parsing framework

Biblio::Document::Parser provides generic methods that should be overriden by specific parsers. This class should not be used directly, but rather be overridden by specific parsers. Parsers that extend the Document::Parser class should at least override the parse method.

The new() method creates a new parser instance.
The parse() method takes either a content string or an IO::Handle, and returns an array of reference strings.

Mike Jewell <moj@ecs.soton.ac.uk>