class Krikri::OaiDcParser

An OAI DC parser. Uses XML parser with a root path to match the metadata path as harvested from OAI-PMH. @see Krikri::XmlParser

Public Class Methods

new(record, root_path = '//oai_dc:dc') click to toggle source
Calls superclass method
# File lib/krikri/parsers/oai_dc_parser.rb, line 9
def initialize(record, root_path = '//oai_dc:dc')
  super
end