This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the namespace URI for the specified prefix.

Namespace: Smartsite.Validation.Sxml
Assembly:  Smartsite.Validation (in Smartsite.Validation.dll)

Syntax

C#Copy imageCopy Code
public override string LookupNamespace(
	string prefix
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Function LookupNamespace ( _
	prefix As  _
) As 

Parameters

prefix
String
The prefix whose namespace URI you want to resolve. To match the default namespace, pass String.Empty.

Return Value

Returns the namespace URI for prefix or null if there is no mapped namespace. The returned string is atomized.For more information on atomized strings, see XmlNameTable.

See Also

Advanced