com.xenonsoft.bridgetown.resources
Class SetConfigRuleSet

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

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

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

Version:
$Id: SetConfigRuleSet.java,v 1.4 2005/03/17 02:38:02 peter_pilgrim Exp $
Author:
Peter Pilgrim, 06-Feb-2005 22:05:21
See Also:
SetConfig, Serialized Form

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

SetConfigRuleSet

public SetConfigRuleSet()
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.