Class: ODDB::AnalysisParse::ListParser

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

Constant Summary collapse

PARSER =
Parse.generate_parser grammar

Constants inherited from Parser

Parser::FOOTNOTE_PTRN, Parser::FOOTNOTE_TYPE, Parser::LINE_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