Package org.chenile.stm.impl
Class XmlFlowReader.AddEventInformationRule
java.lang.Object
org.apache.commons.digester.Rule
org.chenile.stm.impl.XmlFlowReader.AddEventInformationRule
- Direct Known Subclasses:
- XmlFlowReader.AddTransitionRule
- Enclosing class:
- XmlFlowReader
public class XmlFlowReader.AddEventInformationRule
extends org.apache.commons.digester.Rule
- 
Field SummaryFields inherited from class org.apache.commons.digester.Ruledigester, namespaceURI
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbegin(String namespace, String xmlElementName, Attributes attributes) protected voidprocessMetaAttributes(EventInformation eventInformation, Attributes attributes) protected voidprocessTransitionAction(EventInformation eventInformation, Attributes attributes) Methods inherited from class org.apache.commons.digester.Rulebegin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
- 
Constructor Details- 
AddEventInformationRulepublic AddEventInformationRule()
 
- 
- 
Method Details- 
begin- Overrides:
- beginin class- org.apache.commons.digester.Rule
- Throws:
- Exception
 
- 
processTransitionActionprotected void processTransitionAction(EventInformation eventInformation, Attributes attributes) throws Exception - Throws:
- Exception
 
- 
processMetaAttributes
 
-