Module: Nokogiri::HTML::SAX
- Defined in:
- lib/nokogiri/html/sax/parser.rb,
lib/nokogiri/html/sax/push_parser.rb,
lib/nokogiri/html/sax/parser_context.rb,
ext/nokogiri/nokogiri.c,
ext/nokogiri/html_sax_push_parser.c,
ext/nokogiri/html_sax_parser_context.c
Overview
Nokogiri lets you write a SAX parser to process HTML but get HTML correction features.
See Nokogiri::HTML::SAX::Parser for a basic example of using a SAX parser with HTML.
For more information on SAX parsers, see Nokogiri::XML::SAX
Defined Under Namespace
Classes: Parser, ParserContext, PushParser