Intersoft ClientUI Documentation
LookupNamespace Method
See Also  Send Feedback
Intersoft.Client.Documents Namespace > XPSParser Class : LookupNamespace Method






prefix
The prefix whose namespace URI you want to resolve. To match the default namespace, pass an empty string.
Resolves a namespace prefix in the current element's scope.

Syntax

Visual Basic (Declaration) 
Public Overrides Function LookupNamespace( _
   ByVal prefix As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As XPSParser
Dim prefix As String
Dim value As String
 
value = instance.LookupNamespace(prefix)
C# 
public override string LookupNamespace( 
   string prefix
)
Delphi 
public function LookupNamespace( 
    prefix: String
): String; override; 
JScript 
public override function LookupNamespace( 
   prefix : String
) : String;
Managed Extensions for C++ 
public: string* LookupNamespace( 
   string* prefix
) override 
C++/CLI 
public:
String^ LookupNamespace( 
   String^ prefix
) override 

Parameters

prefix
The prefix whose namespace URI you want to resolve. To match the default namespace, pass an empty string.

Return Value

The namespace URI to which the prefix maps or null if no matching prefix is found.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.