Class Nokogiri::XML::SAX::ParserContext
In: lib/nokogiri/xml/sax/parser_context.rb
ext/nokogiri/html_sax_parser_context.c
Parent: Object

call-seq:

 replace_entities

Should this parser replace entities? & will get converted to ’&’ if set to true

Methods

Public Class methods

Parse file given filename

Parse io object with encoding

Parse the XML stored in memory in data

Public Instance methods

Use sax_handler and parse the current document

Should this parser replace entities? & will get converted to ’&’ if set to true

Should this parser replace entities? & will get converted to ’&’ if set to true

[Validate]