Description
In order to solve the problem of rawText emission in the XdocParser (see DOXIA-183) I propose to add an "unknown" event to the Sink API:
void unknown( String name, Object[] requiredParams, SinkEventAttributes atts );
This would avoid to make assumptions about the receiving sink in the parser and allow the specific sinks to deal with the event.
Attachments
Issue Links
- is depended upon by
-
DOXIA-183 Remove xhtml specific events from xdoc parser
- Closed