[ 
https://issues.apache.org/jira/browse/JENA-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne updated JENA-518:
-------------------------------

    Description: 
The RDFDataMgr does not allow the error handler to be set; the RioReader 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.

  was:
The RDFDataMgr does not allow the error handler to be set.

In order to add this capability, rather than multiple out the API calls, 
sopmething like either

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).

    
> 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
>            Priority: Minor
>
> The RDFDataMgr does not allow the error handler to be set; the RioReader 
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to