Class: Relaton::RelatonGb::Processor

Inherits:
Processor
  • Object
show all
Defined in:
lib/relaton/processor.rb

Instance Method Summary collapse

Constructor Details

#initializeProcessor

Returns a new instance of Processor.



8
9
10
11
12
13
# File 'lib/relaton/processor.rb', line 8

def initialize
  @short = :relaton_gb
  @prefix = "CN"
  @defaultprefix = %r{^GB }
  @idtype = "Chinese Standard"
end

Instance Method Details

#from_xml(xml) ⇒ Object



19
20
21
# File 'lib/relaton/processor.rb', line 19

def from_xml(xml)
  ::RelatonGb::XMLParser.from_xml xml
end

#get(code, date, opts) ⇒ Object



15
16
17
# File 'lib/relaton/processor.rb', line 15

def get(code, date, opts)
  ::RelatonGb::GbBibliography.get(code, date, opts)
end