org.apache.commons.betwixt.digester
Class CommonRuleSet

java.lang.Object
  extended by org.apache.commons.digester.RuleSetBase
      extended by 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.


Field Summary
 
Fields inherited from class org.apache.commons.digester.RuleSetBase
namespaceURI
 
Constructor Summary
CommonRuleSet()
           
 
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
 

Constructor Detail

CommonRuleSet

public CommonRuleSet()
Method Detail

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-2008 The Apache Software Foundation. All Rights Reserved.