Mvp.Xml Library API Documentation
Initializes a new instance of the DynamicContext class.

Namespace: Mvp.Xml.Common.XPath
Assembly:  Mvp.Xml (in Mvp.Xml.dll)

Syntax

C#
public DynamicContext(
	XmlNamespaceManager context,
	NameTable table
)
Visual Basic (Declaration)
Public Sub New ( _
	context As XmlNamespaceManager, _
	table As NameTable _
)
Visual C++
public:
DynamicContext (
	XmlNamespaceManager^ context, 
	NameTable^ table
)

Parameters

context
XmlNamespaceManager
A previously filled context with the namespaces to use.
table
NameTable
The NameTable to use.

See Also