Sha256: 8c579195eb9f246b9064d6e6c53054356a5cf555f0445ce64a408906ebf18846

Contents?: true

Size: 275 Bytes

Versions: 4

Compression:

Stored size: 275 Bytes

Contents

module Krikri
  ##
  # An OAI DC parser. Uses XML parser with a root path to match the
  # metadata path as harvested from OAI-PMH.
  # @see Krikri::XmlParser
  class OaiDcParser < XmlParser
    def initialize(record, root_path = '//oai_dc:dc')
      super
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
krikri-0.1.3 lib/krikri/parsers/oai_dc_parser.rb
krikri-0.1.2 lib/krikri/parsers/oai_dc_parser.rb
krikri-0.1.1 lib/krikri/parsers/oai_dc_parser.rb
krikri-0.1.0 lib/krikri/parsers/oai_dc_parser.rb