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




node
The node to move from. On return this will be the new node moved to.
axis
The direction in which to move.

Glossary Item Box

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
Visual Basic (Usage)Copy Code
Dim node As net.sf.saxon.s9api.XdmNode
Dim axis As net.sf.saxon.s9api.Axis
Dim value As net.sf.saxon.s9api.XdmSequenceIterator
 
value = SaxonDataSourceDotNet.XpathDataSourceNodeDotNet.MoveTo(node, axis)
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

Windward Studios - .NET Document Generation software