CustomContext Constructor

There are two overloads for the constructor

Overload List

CustomContext() Constructor
CustomContext(IDictionary<String, String>) This constructor takes a dictionary containing the namespaces (the key is the prefix, the value is the namespace URI).

See Also