Package org.chenile.stm.impl
Class XmlFlowReader.StateDescriptorAttributesRule
java.lang.Object
org.apache.commons.digester.Rule
org.chenile.stm.impl.XmlFlowReader.StateDescriptorAttributesRule
- Enclosing class:
- XmlFlowReader
public class XmlFlowReader.StateDescriptorAttributesRule
extends org.apache.commons.digester.Rule
Custom digester rule to process Action State Descriptor.
- Author:
- Raja Shankar Kolluru
-
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()
private void
processMetaAttributes
(StateDescriptor sd, Attributes attributes) private void
setActionDescriptorProperties
(AutomaticStateDescriptor asd, Attributes attributes, String xmlElementName) Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
-
Constructor Details
-
StateDescriptorAttributesRule
public StateDescriptorAttributesRule()
-
-
Method Details
-
begin
- Overrides:
begin
in classorg.apache.commons.digester.Rule
- Throws:
Exception
-
processMetaAttributes
-
setActionDescriptorProperties
private void setActionDescriptorProperties(AutomaticStateDescriptor asd, Attributes attributes, String xmlElementName) throws STMException - Throws:
STMException
-
end
- Overrides:
end
in classorg.apache.commons.digester.Rule
- Throws:
Exception
-