Move a node as set by the axis. Return an iterator to move through all nodes at the new level.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared Function MoveTo( _
ByRef node As net.sf.saxon.s9api.XdmNode, _
ByVal axis As net.sf.saxon.s9api.Axis _
) As net.sf.saxon.s9api.XdmSequenceIterator |
| C# | |
|---|
public static net.sf.saxon.s9api.XdmSequenceIterator MoveTo(
ref net.sf.saxon.s9api.XdmNode node,
net.sf.saxon.s9api.Axis axis
) |
| Managed Extensions for C++ | |
|---|
public: static net.sf.saxon.s9api.XdmSequenceIterator* MoveTo(
ref net.sf.saxon.s9api.XdmNode* node,
net.sf.saxon.s9api.Axis* axis
) |
| C++/CLI | |
|---|
public:
static net.sf.saxon.s9api.XdmSequenceIterator^ MoveTo(
net.sf.saxon.s9api.XdmNode^% node,
net.sf.saxon.s9api.Axis^ axis
) |
Parameters
- node
- The node to move from. On return this will be the new node moved to.
- axis
- The direction in which to move.
Return Value
An iterator to now walk all peer items.
Requirements
Platforms: Windows 10, Windows NT, Windows Server
See Also