org.apache.commons.betwixt.digester
Class CommonRuleSet

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

Parameters:
digester - Digester, not null
Since:
0.8


Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.