Method: Representable::XML#from_xml

Defined in:
lib/representable/xml.rb

#from_xml(doc, *args) ⇒ Object Also known as: parse



36
37
38
39
40
# File 'lib/representable/xml.rb', line 36

def from_xml(doc, *args)
  node = parse_xml(doc, *args)

  from_node(node, *args)
end