public class

InfoRule

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

Class Overview

InfoRule the digester Rule for parsing the info element.

Summary

[Expand]
Inherited Fields
From class org.apache.commons.digester.Rule
Public Constructors
InfoRule()
Base constructor
Public Methods
void begin(String name, String namespace, Attributes attributes)
Process the beginning of this element.
void end(String name, String namespace)
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 InfoRule ()

Base constructor

Public Methods

public void begin (String name, String namespace, 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 (String name, String namespace)

Process the end of this element.