Windward Studios API Reference
MoveToNextInCurrentSequence Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.xml.saxon Namespace > SaxonDataSourceDotNet.XpathDataSourceNodeDotNet Class : MoveToNextInCurrentSequence Method




node
The node to move from. On return this will be the new node moved to.
seqIter
The iterator to move across peer nodes.

Glossary Item Box

Move to the next node via the iterator.

Syntax

Visual Basic (Declaration) 
Public Shared Function MoveToNextInCurrentSequence( _
   ByRef node As net.sf.saxon.s9api.XdmNode, _
   ByVal seqIter As net.sf.saxon.s9api.XdmSequenceIterator _
) As Boolean
Visual Basic (Usage)Copy Code
Dim node As net.sf.saxon.s9api.XdmNode
Dim seqIter As net.sf.saxon.s9api.XdmSequenceIterator
Dim value As Boolean
 
value = SaxonDataSourceDotNet.XpathDataSourceNodeDotNet.MoveToNextInCurrentSequence(node, seqIter)
C# 
public static bool MoveToNextInCurrentSequence( 
   ref net.sf.saxon.s9api.XdmNode node,
   net.sf.saxon.s9api.XdmSequenceIterator seqIter
)
Managed Extensions for C++ 
public: static bool MoveToNextInCurrentSequence( 
   ref net.sf.saxon.s9api.XdmNode* node,
   net.sf.saxon.s9api.XdmSequenceIterator* seqIter
) 
C++/CLI 
public:
static bool MoveToNextInCurrentSequence( 
   net.sf.saxon.s9api.XdmNode^% node,
   net.sf.saxon.s9api.XdmSequenceIterator^ seqIter
) 

Parameters

node
The node to move from. On return this will be the new node moved to.
seqIter
The iterator to move across peer nodes.

Return Value

true if moved to the next node. False if nothing more to iterate.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software