aboutsummaryrefslogtreecommitdiff
path: root/textproc/jakarta-commons-digester
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from categories starting with TEdwin Groothuis2006-05-131-2/+0
| | | | Notes: svn path=/head/; revision=162216
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Update to 1.7Herve Quiroz2005-06-152-3/+3
| | | | Notes: svn path=/head/; revision=137493
* The Digester package lets you configure an XML -> Java object mapping module,Herve Quiroz2004-11-293-0/+100
which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized. A rich set of predefined rules is available for your use, or you can also create your own. Advanced features of Digester include: - Ability to plug in your own pattern matching engine, if the standard one is not sufficient for your requirements. - Optional namespace-aware processing, so that you can define rules that are relevant only to a particular XML namespace. - Encapsulation of Rules into RuleSets that can be easily and conveniently reused in more than one application that requires the same type of processing WWW: http://jakarta.apache.org/commons/digester/ Notes: svn path=/head/; revision=122726