| Path: | lib/xml/saxdriver.rb |
| Last Update: | Sat Feb 23 07:21:54 +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.