Module: PoxPaginate::XmlMini::LibXML
- Defined in:
- lib/pox_paginate/xml_mini/libxml.rb
Instance Method Summary collapse
Instance Method Details
#root_node_attributes(xml) ⇒ Object
4 5 6 7 8 |
# File 'lib/pox_paginate/xml_mini/libxml.rb', line 4 def root_node_attributes(xml) parser = ::LibXML::XML::Reader.string(xml) parser.read parser.has_attributes? ? parser.node.attributes.to_h : {} end |