Constructor XmlStreamConvertParams
XmlStreamConvertParams(Func<XmlNode, object?, bool>, XmlWriterSettings?)
Initializes a new instance of the XmlUtils.XmlStreamConvertParams class.
public XmlStreamConvertParams(Func<XmlNode, object?, bool> nodeAction, XmlWriterSettings? writerSettings = null)
Parameters
nodeAction
Func<XmlNode, object, bool>Function to call for the every node of the xml document.
writerSettings
XmlWriterSettingsXml writer settings.