123456789_123456789_123456789_123456789_123456789_

Class: Nokogiri::HTML::SAX::Parser

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

Overview

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

Constant Summary

::Nokogiri::XML::SAX::Parser - Inherited

ENCODINGS

Class Method Summary

::Nokogiri::XML::SAX::Parser - Inherited

.new

Create a new Parser with doc and encoding

Instance Attribute Summary

::Nokogiri::XML::SAX::Parser - Inherited

#document

The ::Nokogiri::XML::SAX::Document where events will be sent.

#encoding

The encoding beings used for this document.

Instance Method Summary

::Nokogiri::XML::SAX::Parser - Inherited

#parse

Parse given thing which may be a string containing xml, or an IO object.

#parse_file

Parse a file with filename

#parse_io

Parse given io

#parse_memory, #check_encoding

Constructor Details

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