Click or drag to resize

ConfigurationCommonEventTypeXMLDOMAddNamespacePrefix Method

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

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddNamespacePrefix(
	string prefix,
	string namespace
)

Parameters

prefix
Type: SystemString
is the prefix of the namespace
namespace
Type: SystemString
is the namespace name
See Also