org.jvoicexml.interpreter.event
Class ChildNodeEventStrategy
java.lang.Object
org.jvoicexml.interpreter.event.AbstractEventStrategy
org.jvoicexml.interpreter.event.ChildNodeEventStrategy
- All Implemented Interfaces:
- XmlWritable
public final class ChildNodeEventStrategy
- extends AbstractEventStrategy
Strategy to execute a child node.
- Version:
- $Revision: 216 $
- Author:
- Dirk Schnelle
- See Also:
Copyright © 2005-2007 JVoiceXML group - http://jvoicexml.sourceforge.net/
ChildNodeEventStrategy
public ChildNodeEventStrategy(VoiceXmlInterpreterContext ctx,
VoiceXmlInterpreter ip,
FormInterpretationAlgorithm interpreter,
AbstractFormItem formItem,
VoiceXmlNode node,
String type)
- Construct a new object.
- Parameters:
ctx - The VoiceXML interpreter context.ip - The VoiceXML interpreter.interpreter - The FIA.formItem - The current form item.node - The node to execute.type - The event type.
Copyright © 2005-2007 JVoiceXML group.