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