Method: Xampl::XamplObject.from_xml_string
- Defined in:
- lib/xamplr/xampl-object.rb
.from_xml_string(xml_string, tokenise = true) ⇒ Object
260 261 262 |
# File 'lib/xamplr/xampl-object.rb', line 260 def XamplObject.from_xml_string(xml_string, tokenise=true) return FromXML.new.parse_string(xml_string, tokenise) end |