Package org.chenile.stm.impl
Class XmlFlowReader.AddStateRule
java.lang.Object
org.apache.commons.digester.Rule
org.chenile.stm.impl.XmlFlowReader.AddStateRule
- Enclosing class:
- XmlFlowReader
public class XmlFlowReader.AddStateRule
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 TypeMethodDescriptionprivate void
addOtherAttributes
(StateTagDescriptor std, Attributes attributes) void
begin
(String namespace, String xmlElementName, Attributes attributes) Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
-
Constructor Details
-
AddStateRule
public AddStateRule()
-
-
Method Details
-
begin
- Overrides:
begin
in classorg.apache.commons.digester.Rule
- Throws:
Exception
-
addOtherAttributes
-