public final class FormItemFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static org.jvoicexml.interpreter.formitem.AbstractFormItem |
getFormItem(VoiceXmlInterpreterContext context,
org.jvoicexml.xml.VoiceXmlNode node)
Factory method to get a
FormItem
for a VoiceXmlNode. |
public static org.jvoicexml.interpreter.formitem.AbstractFormItem getFormItem(VoiceXmlInterpreterContext context, org.jvoicexml.xml.VoiceXmlNode node)
FormItem
for a VoiceXmlNode.context - The current VoiceXmlInterpreterContext.node - The voice xml node for which to get a form item.null if the given
node cannot be transferred into a form item.