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




node
The node we want the full name of.

Glossary Item Box

Get the full name of a node. prefix:localName if there's a prefix.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetFullName( _
   ByVal node As net.sf.saxon.s9api.XdmNode _
) As String
Visual Basic (Usage)Copy Code
Dim node As net.sf.saxon.s9api.XdmNode
Dim value As String
 
value = SaxonDataSourceDotNet.XpathDataSourceNodeDotNet.GetFullName(node)
C# 
public static string GetFullName( 
   net.sf.saxon.s9api.XdmNode node
)
Managed Extensions for C++ 
public: static string* GetFullName( 
   net.sf.saxon.s9api.XdmNode* node
) 
C++/CLI 
public:
static String^ GetFullName( 
   net.sf.saxon.s9api.XdmNode^ node
) 

Parameters

node
The node we want the full name of.

Return Value

The nodes full name.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software