| CTI32 Engine Class Library |
|
XmlConfigFile.GetNext Method
Gets the next node in the XML tree. Only returns a node that has a value.
[Visual Basic]
Public Function GetNext( _
ByRef
parents As
String, _
ByRef
name As
String, _
ByRef
xValue As
String _
) As
Integer
Parameters
-
parents
- Out. List of parent nodes
-
name
- Out. Name of note
-
xValue
- Out. Value of node
Return Value
-1 if no more nodes = Done, Otherwise returns the depth into the tree.
See Also
XmlConfigFile Class | CTI32Engine Namespace