Sha256: 20adc87fe20365da35759914ae9a3c3bf52b3d55477e2c2c64b7cddbfe9e9c51
Contents?: true
Size: 384 Bytes
Versions: 111
Compression:
Stored size: 384 Bytes
Contents
# frozen_string_literal: true module Nokogiri module HTML4 module SAX ### # Context object to invoke the HTML4 SAX parser on the SAX::Document handler. # # 💡 This class is usually not instantiated by the user. Use Nokogiri::HTML4::SAX::Parser # instead. class ParserContext < Nokogiri::XML::SAX::ParserContext end end end end
Version data entries
111 entries across 111 versions & 2 rubygems