Class: OFX::Tokenizer::OFX1

Inherits:
Base
  • Object
show all
Defined in:
lib/ofx_kit/tokenizer/ofx1.rb

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

#body, #headers

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from OFX::Tokenizer::Base