public DLENConverter(CogniPy.CNL.CNLTools tools, Func <string, string> ns2pfx, Func <string, string> getPfx2NsSource, string defaultNamespaceProvider) //Func<string, string, string> pfx2ns, { this.tools = tools; this._ns2pfx = ns2pfx; this.getPfx2NsSource = getPfx2NsSource; this._defaultNamespace = defaultNamespaceProvider; }
public ModalityVisitor(CogniPy.CNL.CNLTools _tools, Func <string, string> ns2pfx = null) { tools = _tools; this.ns2pfx = ns2pfx; }