org.apache.commons.betwixt.digester
Class CommonRuleSet
java.lang.Object
org.apache.commons.digester.RuleSetBase
org.apache.commons.betwixt.digester.CommonRuleSet
- All Implemented Interfaces:
- org.apache.commons.digester.RuleSet
public class CommonRuleSet
- extends org.apache.commons.digester.RuleSetBase
Rules common to both MultiMappingBeanInfoDigester
and XMLBeanInfoDigester
.
Fields inherited from class org.apache.commons.digester.RuleSetBase |
namespaceURI |
Method Summary |
void |
addRuleInstances(org.apache.commons.digester.Digester digester)
Adds rule instances. |
Methods inherited from class org.apache.commons.digester.RuleSetBase |
getNamespaceURI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonRuleSet
public CommonRuleSet()
addRuleInstances
public void addRuleInstances(org.apache.commons.digester.Digester digester)
- Adds rule instances.
- Specified by:
addRuleInstances
in interface org.apache.commons.digester.RuleSet
- Specified by:
addRuleInstances
in class org.apache.commons.digester.RuleSetBase
- Parameters:
digester
- Digester
, not null- Since:
- 0.8
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.