Home

commons-digester-1.8-src.tar.gz

 

commons-digester-1.8-src.tar.gz

org.apache.commons.digester The Digester package provides for rules-based processing of arbitrary XML documents. 
org.apache.commons.digester.parser Provides for parser recognition and parser dependent code. 
org.apache.commons.digester.plugins Provides an easy mechanism whereby new digestion rules can be added dynamically during a digestion. Introduction. 
org.apache.commons.digester.plugins.strategies This package contains "rule-finding" strategy classes, and their associated "helper" loader classes. 
org.apache.commons.digester.rss Example usage of Digester to parse XML documents compatible with the Rich Site Summary format used by many newsfeeds. 
org.apache.commons.digester.substitution Provides for manipulation of xml attributes and element body text before the data is processed by any Rule objects. 
org.apache.commons.digester.xmlrules The xmlrules package provides for XML-based definition of rules for Digester .