Flowdock
method

xml2obj

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: XSD::Mapping
xml2obj(stream) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/xsd/mapping.rb, line 34
  def self.xml2obj(stream)
    parser = SOAP::Parser.new(MappingOpt)
    soap = parser.parse(stream)
    SOAP::Mapping.soap2obj(soap, MappingRegistry)
  end
Register or log in to add new notes.