|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.xml.XmlNode
org.jvoicexml.xml.vxml.VoiceXmlNode
org.jvoicexml.xml.vxml.AbstractCatchElement
public abstract class AbstractCatchElement
The <catch> element associates a catch with a document,
dialog, or form item (except for blocks). It contains executable content.
Main purpose of this call is to unify the commonalities of all
<catch> tags.
Copyright © 2005 JVoiceXML group - http://jvoicexml.sourceforge.net/
Form,
VoiceXmlDocument| Field Summary | |
|---|---|
static String |
ATTRIBUTE_COND
An expression which must evaluate to true after conversion to boolean in order for the event to be caught. |
static String |
ATTRIBUTE_COUNT
The occurrence of the event (default is 1). |
| Fields inherited from class org.jvoicexml.xml.XmlNode |
|---|
node |
| Constructor Summary | |
|---|---|
AbstractCatchElement(Node node)
Construct a new object. |
|
| Method Summary | |
|---|---|
String |
getCond()
Retrieve the cond attribute. |
String |
getCount()
Retrieve the count attribute. |
abstract TokenList |
getEventList()
Retrieve a list with all events, caught by this catch element. |
void |
setCond(String cond)
Set the cond attribute. |
void |
setCount(String count)
Set the count attribute. |
| Methods inherited from class org.jvoicexml.xml.vxml.VoiceXmlNode |
|---|
getChildNodes, getFirstChild, getLastChild, getNextSibling, getParentNode, getPreviousSibling |
| Methods inherited from class org.jvoicexml.xml.XmlNode |
|---|
addChild, appendChild, canContainChild, cloneNode, compareDocumentPosition, getAttribute, getAttributeNames, getAttributes, getBaseURI, getChildNodes, getFeature, getLocalName, getNamespaceURI, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getPrefix, getTagName, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, newInstance, normalize, removeChild, replaceChild, setAttribute, setNodeValue, setPrefix, setTextContent, setUserData, toString, writeChildrenXml, writeXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String ATTRIBUTE_COUNT
public static final String ATTRIBUTE_COND
| Constructor Detail |
|---|
AbstractCatchElement(Node node)
node - The encapsulated node.| Method Detail |
|---|
public final String getCount()
ATTRIBUTE_COUNTpublic final void setCount(String count)
count - Value of the count attribute.ATTRIBUTE_COUNTpublic final String getCond()
ATTRIBUTE_CONDpublic final void setCond(String cond)
cond - Value of the cond attribute.ATTRIBUTE_CONDpublic abstract TokenList getEventList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||