Table of Contents

Constructor XmlStreamConvertParams

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 XmlWriterSettings

Xml writer settings.