public class

ConfigRule

extends RuleSupport
java.lang.Object
   ↳ org.apache.commons.digester.Rule
     ↳ org.apache.commons.betwixt.digester.RuleSupport
       ↳ org.apache.commons.betwixt.digester.ConfigRule

Class Overview

Digester Rule to process config elements.

Summary

[Expand]
Inherited Fields
From class org.apache.commons.digester.Rule
Public Constructors
ConfigRule()
Base constructor.
Public Methods
void begin(Attributes attributes)
Process the beginning of this element.
void end()
Process the end of this element.
[Expand]
Inherited Methods
From class org.apache.commons.betwixt.digester.RuleSupport
From class org.apache.commons.digester.Rule
From class java.lang.Object

Public Constructors

public ConfigRule ()

Base constructor.

Public Methods

public void begin (Attributes attributes)

Process the beginning of this element.

Parameters
attributes The attribute list of this element
Throws
SAXException if the primitiveTypes attribute contains an invalid value

public void end ()

Process the end of this element.