org.apache.commons.betwixt.digester
Class InfoRule
java.lang.Object
org.apache.commons.digester.Rule
org.apache.commons.betwixt.digester.RuleSupport
org.apache.commons.betwixt.digester.InfoRule
- public class InfoRule
- extends RuleSupport
InfoRule
the digester Rule for parsing the info element.
- Version:
- $Revision: 1.5 $
- Author:
- James Strachan
Field Summary |
private static org.apache.commons.logging.Log |
log
Logger |
private XMLBeanInfo |
xmlBeanInfo
XMLBeanInfo being created |
Constructor Summary |
InfoRule()
Base constructor |
Method Summary |
void |
begin(Attributes attributes)
Process the beginning of this element. |
void |
end()
Process the end of this element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static final org.apache.commons.logging.Log log
- Logger
xmlBeanInfo
private XMLBeanInfo xmlBeanInfo
XMLBeanInfo
being created
InfoRule
public InfoRule()
- Base constructor
begin
public void begin(Attributes attributes)
throws SAXException
- Process the beginning of this element.
- Parameters:
attributes
- The attribute list of this element
- Throws:
SAXException
- if the primitiveTypes attribute contains an invalid value
end
public void end()
- Process the end of this element.