Uses of Class
org.jvoicexml.xml.vxml.AbstractCatchElement

Packages that use AbstractCatchElement
org.jvoicexml.interpreter This package contains the core interpreter. 
org.jvoicexml.interpreter.formitem This package contains classes imlementing FormItems that can be visited by the form interpretation algorithm. 
org.jvoicexml.xml.vxml This package contains the classes to handle VoiceXML documents and related tags. 
 

Uses of AbstractCatchElement in org.jvoicexml.interpreter
 

Methods in org.jvoicexml.interpreter that return types with arguments of type AbstractCatchElement
 Collection<AbstractCatchElement> FormItem.getCatchElements()
          Get all nested <catch> elements.
 

Uses of AbstractCatchElement in org.jvoicexml.interpreter.formitem
 

Methods in org.jvoicexml.interpreter.formitem that return types with arguments of type AbstractCatchElement
 Collection<AbstractCatchElement> BlockFormItem.getCatchElements()
          Get all nested <catch> elements.
 Collection<AbstractCatchElement> AbstractFormItem.getCatchElements()
          Get all nested <catch> elements.
 

Uses of AbstractCatchElement in org.jvoicexml.xml.vxml
 

Subclasses of AbstractCatchElement in org.jvoicexml.xml.vxml
 class Catch
          The <catch> element associates a catch with a document, dialog, or form item (except for blocks).
 class Error
          Catch an error event.
 class Help
          Catch a help event.
 class Noinput
          Catch a noinput event.
 class Nomatch
          Catch a nomatch event.
 



Copyright © 2005-2007 JVoiceXML group.