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=9325>. 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=9325 Please add accessors to sax2 parser and xml scanner classes [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX | ------- Additional Comments From [EMAIL PROTECTED] 2003-08-19 21:57 ------- Please reconsider making getScanner() public or providing an equivalent method in a non-internal class. We use Xerces in an open source XML-based text retrieval implementation, and I feel that relatively direct access to the byte offsets is an essential feature for such applications as text indexing where efficiency is critical. I understand that there is a theoretical workaround by translating from line/column data, but this is extremely convoluted in some situations. I originally tried to use that approach in our project, but I could not find a reasonably efficient way to do it, which led me to use getScanner() based on advice from the mailing list. Thank you very much for your time and suggestions. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
