Windward Studios API Reference
getDefaultNamespacePrefix Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.xml Namespace > XPathDataSource Class : getDefaultNamespacePrefix Method




Glossary Item Box

The prefixes for namespaces are pulled from the XML datasource. The default namespace, if one exists, needs to be set. The default is def (ie /def:root/def:elem ).

Syntax

Visual Basic (Declaration) 
Public Function getDefaultNamespacePrefix() As String
Visual Basic (Usage)Copy Code
Dim instance As XPathDataSource
Dim value As String
 
value = instance.getDefaultNamespacePrefix()
C# 
public string getDefaultNamespacePrefix()
Managed Extensions for C++ 
public: string* getDefaultNamespacePrefix(); 
C++/CLI 
public:
String^ getDefaultNamespacePrefix(); 

Return Value

The prefix used for the default namespace in xpath selects.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software