Class: NdrImport::File::Xml

Inherits:
Base
  • Object
show all
Includes:
Helpers::File::Xml, Helpers::File::XmlStreaming
Defined in:
lib/ndr_import/file/xml.rb

Overview

This class is a xml file handler that returns a single table.

Instance Method Summary collapse

Methods included from Helpers::File::XmlStreaming

#each_node

Methods inherited from Base

#files, #tables

Constructor Details

#initializeXml

Returns a new instance of Xml.



15
16
17
18
19
# File 'lib/ndr_import/file/xml.rb', line 15

def initialize(*)
  super

  @pattern_match_xpath = @options['pattern_match_record_xpath']
end