|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.xml.ccxml.CcxmlNodeList
public class CcxmlNodeList
A list containing all voice xml nodes of a parent node.
Copyright © 2005 JVoiceXML group - http://jvoicexml.sourceforge.net/
CcxmlNode| Field Summary | |
|---|---|
private List<Node> |
list
The list with the nodes. |
| Constructor Summary | |
|---|---|
CcxmlNodeList(NodeList nodeList)
Construct a new node list. |
|
| Method Summary | |
|---|---|
int |
getLength()
The number of nodes in the list. |
Node |
item(int index)
Returns the indexth item in the collection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final List<Node> list
| Constructor Detail |
|---|
CcxmlNodeList(NodeList nodeList)
nodeList - node list.| Method Detail |
|---|
public int getLength()
getLength in interface NodeListpublic Node item(int index)
indexth item in the collection.
item in interface NodeListindex - Index into the collection.
indexth position in the
NodeList, or null if that is not a valid
index.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||