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 |
| 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