saxdriver.rb

Path: lib/xml/saxdriver.rb
Last Update: Sat Feb 23 07:15:26 +0000 2019

-*- Ruby -*- SAX Driver for XML::Parser (experimental) 1999 by yoshidam

Limitation:

  * AttributeList#getType always returns 'CDATA'.
  * DocumentHandler#ignorableWhitespace is never called.
  * ErrorHandler#warning and ErrorHandler#error are never called.
  * Locator#getLineNumber and Locator#getColumnNumber do not
    return the proper value in DocumentHandler#characters method.
  * Parser#setLocale is not implemented.
  * Parser cannot parse non-local file.

Required files

xml/parser   xml/sax  

[Validate]