Module: MultiXML::Parsers Private
- Defined in:
- lib/multi_xml/parsers/dom_parser.rb,
lib/multi_xml/parsers/ox.rb,
lib/multi_xml/parsers/oga.rb,
lib/multi_xml/parsers/rexml.rb,
lib/multi_xml/parsers/libxml.rb,
lib/multi_xml/parsers/nokogiri.rb,
lib/multi_xml/parsers/libxml_sax.rb,
lib/multi_xml/parsers/sax_handler.rb,
lib/multi_xml/parsers/nokogiri_sax.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Namespace for all supported XML parser backends
Each parser (Nokogiri, LibXML, Ox, Oga, REXML, plus SAX variants) is
defined as a module under this namespace and exposes a common parse
and parse_error interface.
Defined Under Namespace
Modules: DomParser, Libxml, LibxmlSax, Nokogiri, NokogiriSax, Oga, Ox, Rexml, SaxHandler