[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Add a prefix and namespace name for use in XPath expressions refering to that prefix.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Sub AddNamespacePrefix ( _
	prefix As String, _
	namespace_ As String _
)
C#
public virtual void AddNamespacePrefix (
	string prefix,
	string namespace_
)
Visual C++
public:
virtual void AddNamespacePrefix (
	String^ prefix, 
	String^ namespace_
)

Parameters

prefix
System.String
is the prefix of the namespace
namespace_
System.String
is the namespace name