scope: refuse `&x` where x is a local variable
[nit.git] / lib / sax / helpers / helpers.nit
1 # This file is part of NIT ( http://www.nitlanguage.org ).
2 #
3 # This file is free software, which comes along with NIT. This software is
4 # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
5 # without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
6 # PARTICULAR PURPOSE. You can modify it is you want, provided this header
7 # is kept unaltered, and a notification of the changes is added.
8 # You are allowed to redistribute it and sell it, alone or is a part of
9 # another product.
10
11 # Contains "helper" classes, including support for bootstrapping SAX-based applications.
12 #
13 # See [http://www.saxproject.org](http://www.saxproject.org)
14 # for more information about SAX.
15 #
16 # Note: The original documentation comes from [SAX 2.0](http://www.saxproject.org).
17 module sax::helpers
18
19 import sax
20 import attributes_impl
21 import namespace_support
22 import sax_locator_impl
23 import xml_filter_impl