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

Eugene Fedotov updated DIGESTER-168:
------------------------------------

    Description: 
It was relatively easy to extend XML-based definition of rules in the previous 
versions of the Digester. At least it was possible in version 1.8 through 
inheritance of the org.apache.commons.digester.xmlrules.DigesterRuleParser (in 
the inheriting parser class I was able to set customized DTD and to add rules 
matching custom elements).

It's no longer possible in version 3.2 since 
org.apache.commons.digester3.xmlrules.XmlRulesModule is package private and 
final.

Is it possible to make XmlRulesModule more "extension friendly"?

  was:
It was relatively easy to extend XML-based definition of rules in the previous 
versions of the Digester. At least it was possible in version 1.8 through 
inheritance of the org.apache.commons.digester.xmlrules.DigesterRuleParser 
(custom parser was able to set customized DTD and to add rules matching custom 
elements).

It's no longer possible in version 3.2 since 
org.apache.commons.digester3.xmlrules.XmlRulesModule is package private and 
final.

Is it possible to make XmlRulesModule more "extension friendly"?

    
> Ability to easily extend XML-based definition of rules
> ------------------------------------------------------
>
>                 Key: DIGESTER-168
>                 URL: https://issues.apache.org/jira/browse/DIGESTER-168
>             Project: Commons Digester
>          Issue Type: Improvement
>    Affects Versions: 3.2
>            Reporter: Eugene Fedotov
>
> It was relatively easy to extend XML-based definition of rules in the 
> previous versions of the Digester. At least it was possible in version 1.8 
> through inheritance of the 
> org.apache.commons.digester.xmlrules.DigesterRuleParser (in the inheriting 
> parser class I was able to set customized DTD and to add rules matching 
> custom elements).
> It's no longer possible in version 3.2 since 
> org.apache.commons.digester3.xmlrules.XmlRulesModule is package private and 
> final.
> Is it possible to make XmlRulesModule more "extension friendly"?

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