Changelog
Changelog
Changelog
5.0.0-rc.1 (2020-02-12)
on
and off
to set handlers. Upcoming features require
that saxes know when handlers are added and removed, and it may be necessary in
the future to qualify how to add or remove a handler. Getters/setters are too
restrictives so we bite the bullet now and move to actual methods.column
field. If you need the old behavior of column
you can use the new
columnIndex
field which behaves like the old column
and may be useful in
some contexts. Ultimately you should decide whether your application needs to
know column numbers by Unicode character count or by JavaScript index. (And you
need to know the difference between the two. You can see this
page for a detailed
discussion of the Unicode problem in JavaScript. Note that the numbers put in
the error messages that fail
produce are still based on the column
field
and thus use the new meaning of column
. If you want error message that use
columnIndex
you may override the fail
method.<a name="4.0.2"></a>