Gets the namespace URI for the specified prefix.
[Visual Basic] Overrides Public Function LookupNamespace( _ ByVal prefix As String _ ) As String [C#] public override string LookupNamespace( string prefix ); [C++] public: String* LookupNamespace( String* prefix ); [JScript] public override function LookupNamespace( String prefix ): String;
Returns a namespace URI for 'prefix' or null if there is no mapped namespace. The return string is atomized.
This function is very important to allow the Custom Context to work properly when used in functions such as SelectNodes(). I found this workaround after very long debugging efforts at: http://www.tkachenko.com/blog/archives/000042.html
DDomContext Class | XRules Namespace