Class: OFX::Tokenizer::OFX1
Overview
Tokenizer for OFX version 1 files, which use an SGML-like format. Splits the file into a colon-separated header section and an SGML body, then normalizes the body into valid XML before parsing with Nokogiri.
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from OFX::Tokenizer::Base