Package org.chenile.stm.impl
Class XmlFlowReader.AddTransitionRule
java.lang.Object
org.apache.commons.digester.Rule
org.chenile.stm.impl.XmlFlowReader.AddEventInformationRule
org.chenile.stm.impl.XmlFlowReader.AddTransitionRule
- Enclosing class:
- XmlFlowReader
-
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()
Methods inherited from class org.chenile.stm.impl.XmlFlowReader.AddEventInformationRule
processMetaAttributes, processTransitionAction
Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
-
Constructor Details
-
AddTransitionRule
public AddTransitionRule()
-
-
Method Details
-
begin
- Overrides:
begin
in classXmlFlowReader.AddEventInformationRule
- Throws:
Exception
-
end
- Overrides:
end
in classXmlFlowReader.AddEventInformationRule
- Throws:
Exception
-