Sha256: d8a103a03d0d27f974a1052809759edb161883856cb78773c1ccddf1b641b93c
Contents?: true
Size: 232 Bytes
Versions: 3
Compression:
Stored size: 232 Bytes
Contents
require 'ms/parser/mzxml/dom' class MS::Parser::MzXML::AXML < MS::Parser::MzXML::DOM def get_root_node_from_string(string) ::AXML.parse(string) end def get_root_node_from_file(file) ::AXML.parse_file(file) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mspire-0.3.0 | lib/ms/parser/mzxml/axml.rb |
mspire-0.3.1 | lib/ms/parser/mzxml/axml.rb |
mspire-0.3.9 | lib/ms/parser/mzxml/axml.rb |