public class

ClassRule

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

Class Overview

Digester Rule to process class elements.

Summary

[Expand]
Inherited Fields
From class org.apache.commons.digester.Rule
Public Constructors
ClassRule()
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 ClassRule ()

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.