Method: Crossref::Metadata#xpath_first

Defined in:
lib/crossref.rb

#xpath_first(q) ⇒ Object



79
80
81
82
83
84
85
# File 'lib/crossref.rb', line 79

def xpath_first(q)
  if info = xpath_ns(q).first
    info.content
  else
    nil
  end
end