OpenNebula::ParsePoolSaxBase
# File lib/opennebula/xml_utils.rb, line 124 def initialize(pool_name, elem_name) super(pool_name, elem_name) @parser = Nokogiri::XML::SAX::Parser.new(@pool_sax) end
# File lib/opennebula/xml_utils.rb, line 109 def sax_parse(str) Ox.sax_parse(@pool_sax, StringIO.new(str), :symbolize => false, :convert_special => true) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.