This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 14919 - Parametrize generated parser by ErrorHandler and EntityResolver
Summary: Parametrize generated parser by ErrorHandler and EntityResolver
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Tools (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: _ pkuzel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-29 15:49 UTC by Martin Schovanek
Modified: 2007-09-25 01:33 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2001-08-29 15:49:59 UTC
Parser generated by SAX Handler Wizard doesn't allow set Entity Resolver and
Error Handler. It'd be nice add these parameters into method parse.
Comment 1 Jan Chalupa 2001-11-27 17:39:14 UTC
Target milestone -> 3.3.1.
Comment 2 Jan Chalupa 2001-11-27 17:42:49 UTC
Target milestone -> 3.3.1.
Comment 3 _ pkuzel 2001-12-07 13:21:29 UTC
Now you can pass a EntityResolver as a contructor parameter.
ErrorHandler can be modified by extending the parser and rewriting
getDefaultErrorHandler() method.