Returns the root node for this data set. Outside of forEach loops this is the node all tag requests will be evaluated against.
Syntax
Visual Basic (Declaration) | |
---|
Public Function getRootNode() As net.windward.datasource.DataSourceNode |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As XPathDataSource
Dim value As net.windward.datasource.DataSourceNode
value = instance.getRootNode() |
C# | |
---|
public net.windward.datasource.DataSourceNode getRootNode() |
Managed Extensions for C++ | |
---|
public: net.windward.datasource.DataSourceNode* getRootNode(); |
C++/CLI | |
---|
public:
net.windward.datasource.DataSourceNode^ getRootNode(); |
Return Value
The root node.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also