|
||||||||||
| 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
public abstract class VoiceXmlNode
Abstract base class for all nodes in a VoiceXML document. Although this class is an empty class it serves as a base type for all VoiceXML nodes.
Copyright © 2005 JVoiceXML group - http://jvoicexml.sourceforge.net/
VoiceXmlDocument,
XmlNode| Field Summary |
|---|
| Fields inherited from class org.jvoicexml.xml.XmlNode |
|---|
node |
| Constructor Summary | |
|---|---|
protected |
VoiceXmlNode(Node n)
Construct a new VoiceXmlNode. |
| Method Summary | |
|---|---|
NodeList |
getChildNodes()
A NodeList that contains all children of this node. |
Node |
getFirstChild()
The first child of this node. |
Node |
getLastChild()
The last child of this node. |
Node |
getNextSibling()
The node immediately following this node. |
Node |
getParentNode()
The parent of this node. |
Node |
getPreviousSibling()
The node immediately preceding this node. |
| 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 |
| Constructor Detail |
|---|
protected VoiceXmlNode(Node n)
n - The encapsulated node.| Method Detail |
|---|
public final NodeList getChildNodes()
NodeList that contains all children of this node.
public final Node getFirstChild()
public final Node getLastChild()
public final Node getNextSibling()
public final Node getPreviousSibling()
public final Node getParentNode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||