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: 1.8 $
- Author:
- Dirk Schnelle
- See Also:
Copyright © 2005 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.
process
void process(JVoiceXMLEvent event)
throws JVoiceXMLEvent
- Process the event.
- Specified by:
process in class AbstractEventStrategy
- Parameters:
event - The caught event.
- Throws:
JVoiceXMLEvent - Error or event processing the current tag.
Copyright © 2005 JVoiceXML group.