Click or drag to resize

SchematronContext(NameTable, IEnumerableLet, XPathNavigator) Constructor

Initializes a new instance of the SchematronContext class

Namespace: WorkZone.Dispatcher.Base.Schematron.Xslt
Assembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public SchematronContext(
	NameTable nt,
	IEnumerable<Let> lets,
	XPathNavigator navigator
)

Parameters

nt  NameTable

[Missing <param name="nt"/> documentation for "M:WorkZone.Dispatcher.Base.Schematron.Xslt.SchematronContext.#ctor(System.Xml.NameTable,System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.Schematron.Types.Let},System.Xml.XPath.XPathNavigator)"]

lets  IEnumerableLet

[Missing <param name="lets"/> documentation for "M:WorkZone.Dispatcher.Base.Schematron.Xslt.SchematronContext.#ctor(System.Xml.NameTable,System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.Schematron.Types.Let},System.Xml.XPath.XPathNavigator)"]

navigator  XPathNavigator

[Missing <param name="navigator"/> documentation for "M:WorkZone.Dispatcher.Base.Schematron.Xslt.SchematronContext.#ctor(System.Xml.NameTable,System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.Schematron.Types.Let},System.Xml.XPath.XPathNavigator)"]

See Also