Module: MultiSAX

Defined in:
lib/multisax.rb

Overview

MultiSAX: Ruby Gem to handle multiple SAX libraries

Copyright © 2014, T. Yamada under Ruby License (2-clause BSDL or Artistic).

Check LICENSE terms.

Note: MIT License is also applicable if that compresses LICENSE file.

Defined Under Namespace

Modules: Callbacks Classes: SAX, Sax

Constant Summary collapse

VERSION =

VERSION string

'0.0.7.1'
XML_PARSERS_DEFAULT =

Default XML parsers

[:rexmlstream,:rexmlsax2]
XML_PARSERS_INSTALLABLE =

Installable XML parsers

[:ox,:libxml,:xmlparser,:nokogiri,:oga]
HTML_PARSERS_INSTALLABLE =

Installable HTML parsers

[:oxhtml,:nokogirihtml,:ogahtml]