[
https://issues.apache.org/jira/browse/JENA-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13893677#comment-13893677
]
ASF subversion and git services commented on JENA-518:
------------------------------------------------------
Commit 1565406 from [~andy.seaborne] in branch 'jena/trunk'
[ https://svn.apache.org/r1565406 ]
JENA-518 : Add getter/setter for the error handler to ReaderRIOT interface.
Propgate through the codebase.
> Allow the error handler to be set when using RDFDataMgr
> -------------------------------------------------------
>
> Key: JENA-518
> URL: https://issues.apache.org/jira/browse/JENA-518
> Project: Apache Jena
> Issue Type: Improvement
> Components: RIOT
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Minor
>
> The RDFDataMgr does not allow the error handler to be set; the RiotReader
> class does (for the built-in parsers).
> In order to add this capability, rather than multiple out the API calls,
> possible approaches are:
> 1. the error handler could be part of the context
> 2. a lower level cycle of create-parser, set parameters, call .parse() cycle
> (c.f. RiotReader which is for the built-in parsers).
> 3. More explicit access to parser factories.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)