|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.xml.AbstractXmlNode
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-2006 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). |
| Method Summary | |
|---|---|
NodeList |
getChildNodes()
A NodeList that contains all children of this node. |
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jvoicexml.xml.XmlNode |
|---|
addChild, getAttribute, getAttributeNames, getChildNodes, getNode, getTagName, newInstance, setAttribute |
| Methods inherited from interface org.jvoicexml.xml.XmlWritable |
|---|
writeChildrenXml, writeXml |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Field Detail |
|---|
public static final String ATTRIBUTE_COUNT
public static final String ATTRIBUTE_COND
| 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()
public final NodeList getChildNodes()
NodeList that contains all children of this node.
getChildNodes in interface Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||