com.xenonsoft.bridgetown.resources
Class ListConfigRuleSet

java.lang.Object
  extended byorg.apache.commons.digester.RuleSetBase
      extended bycom.xenonsoft.bridgetown.resources.ListConfigRuleSet
All Implemented Interfaces:
org.apache.commons.digester.RuleSet, java.io.Serializable

public class ListConfigRuleSet
extends org.apache.commons.digester.RuleSetBase
implements java.io.Serializable

A custom Commons Digester rule set for the parsing anonymous list collection property inside a Bridgetown assembly service object

Version:
$Id: ListConfigRuleSet.java,v 1.4 2005/03/17 02:38:01 peter_pilgrim Exp $
Author:
Peter Pilgrim, 03-Feb-2005 20:50:51
See Also:
ListConfig, Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.digester.RuleSetBase
namespaceURI
 
Constructor Summary
ListConfigRuleSet()
          Default constructor
 
Method Summary
 void addRuleInstances(org.apache.commons.digester.Digester digester)
          Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
 
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

ListConfigRuleSet

public ListConfigRuleSet()
Default constructor

Method Detail

addRuleInstances

public void addRuleInstances(org.apache.commons.digester.Digester digester)

Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any). This method should only be called by a Digester instance.

Specified by:
addRuleInstances in interface org.apache.commons.digester.RuleSet
Parameters:
digester - Digester instance to which the new Rule instances should be added.


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.