Class: ODDB::AnalysisParse::ExtendedListParser

Inherits:
Parser show all
Defined in:
ext/analysisparse/src/extended_list_parser.rb

Constant Summary collapse

FOOTNOTE_TYPE =
:restriction
LINE_PTRN =
/^\s*([CNS]|N,\s*ex|TP)?\s*\d{4}\.\d{2,}\s*[\d\*]/u
STOPCHARS2 =
';.('
PARSER =
Parse.generate_parser grammar

Constants inherited from Parser

Parser::FOOTNOTE_PTRN, Parser::STOPCHARS

Instance Attribute Summary

Attributes inherited from Parser

#footnotes, #list_title, #permission, #taxpoint_type

Method Summary

Methods inherited from Parser

#footnote_line, #footnote_type, #initialize, #parse_footnotes, #parse_line, #parse_page, #update_footnotes

Constructor Details

This class inherits a constructor from ODDB::AnalysisParse::Parser