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