123456789_123456789_123456789_123456789_123456789_

Class: Nokogiri::HTML::SAX::ParserContext

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: Nokogiri::XML::SAX::ParserContext
Defined in: lib/nokogiri/html.rb

Overview

šŸ’” This class is an alias for ::Nokogiri::HTML4::SAX::ParserContext as of v1.12.0.

Class Method Summary

::Nokogiri::XML::SAX::ParserContext - Inherited

.file

Parse file given filename

.io

Parse io object with encoding

.memory

Parse the ::Nokogiri::XML stored in memory in data

.new

Instance Attribute Summary

::Nokogiri::XML::SAX::ParserContext - Inherited

#recovery

Should this parser recover from structural errors? It will not stop processing file on structural errors if set to true.

#recovery=

Should this parser recover from structural errors? It will not stop processing file on structural errors if set to true.

#replace_entities
#replace_entities=

Instance Method Summary

::Nokogiri::XML::SAX::ParserContext - Inherited

#column

Get the current column the parser context is processing.

#line

Get the current line the parser context is processing.

#parse_with

Use sax_handler and parse the current document.

Constructor Details

This class inherits a constructor from Nokogiri::XML::SAX::ParserContext