module HippoXmlParser

Constants

VERSION

Public Class Methods

parse(doc, types=[]) click to toggle source
# File lib/hippo_xml_parser.rb, line 13
def self.parse(doc, types=[])
  Crawler.new(Nokogiri::XML(doc), types).all
end