DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25646>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25646 [PATCH] line and column numbers on fo:elements ------- Additional Comments From [EMAIL PROTECTED] 2003-12-23 21:52 ------- It is purely for debugging and tracing. The benefit is easier to read trace output when there is linenumbers, the cost is 3 to 4 additional virtual method calls for every fo element. I can add a test so the methods are only called when running with -d option. I don't know how the callee of toString() can add line numbers, the line number information of the fo elements are only available during the startElement() and characters() event.
