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 Summary
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI -
Constructor Summary
Constructors -
Method Summary
Modifier 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.Rule
begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
-
Constructor Details
-
AddEventInformationRule
public AddEventInformationRule()
-
-
Method Details
-
begin
- Overrides:
beginin classorg.apache.commons.digester.Rule- Throws:
Exception
-
processTransitionAction
protected void processTransitionAction(EventInformation eventInformation, Attributes attributes) throws Exception - Throws:
Exception
-
processMetaAttributes
-