List of usage examples for org.apache.commons.digester RulesBase subclass-usage
From source file org.apache.ddlutils.io.DigesterRules.java
/**
* An extended rules implementation that is able to match case-insensitively. Per default,
* the rules are matches disregarding the case.
*
* @version $Revision: 289996 $
*/
From source file com.icesoft.faces.webapp.parser.RulesBase.java
public class RulesBase extends org.apache.commons.digester.RulesBase { /** * Return a List of Rule instances for the specified pattern that also * match the specified namespace URI (if any). If there are no such * rules, return <code>null</code>. *