JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.commons.digester.xmlrules
DigesterRulesSource
Contents
Description
Method Summary
Method Details
getRules(Digester)
Hide sidebar
Show sidebar
Interface DigesterRulesSource
public interface
DigesterRulesSource
Interface for classes that initialize a Digester Rules object with Digester Rules.
Since:
1.2
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
getRules
(
Digester
digester)
Creates and adds Digester Rules to a given Rules object
Method Details
getRules
void
getRules
(
Digester
digester)
Creates and adds Digester Rules to a given Rules object
Parameters:
digester
- the Digester to add the new Rule objects to