org.jvoicexml.interpreter.event
Class ChildNodeEventStrategy

java.lang.Object
  extended by org.jvoicexml.interpreter.event.AbstractEventStrategy
      extended by 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/


Constructor Summary
ChildNodeEventStrategy(VoiceXmlInterpreterContext ctx, VoiceXmlInterpreter ip, FormInterpretationAlgorithm interpreter, AbstractFormItem formItem, VoiceXmlNode node, String type)
          Construct a new object.
 
Method Summary
 
Methods inherited from class org.jvoicexml.interpreter.event.AbstractEventStrategy
getCount, getEventType, getFormInterpretationAlgorithm, getFormItem, getVoiceXmlInterpreter, getVoiceXmlInterpreterContext, getVoiceXmlNode, toString, writeChildrenXml, writeXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.