Table of Contents

Class XmlUtils.XmlStreamConvertParams

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

Specifies parameters for ConvertXml(Stream, XmlStreamConvertParams) method.

public class XmlUtils.XmlStreamConvertParams
Inheritance
XmlUtils.XmlStreamConvertParams

Constructors

XmlStreamConvertParams(Func<XmlNode, object?, bool>, XmlWriterSettings?)

Initializes a new instance of the XmlUtils.XmlStreamConvertParams class.

Fields

ConvertPerformed

Gets or sets NodeAction result.

NodeAction

Gets or sets function which is called for the every node of the xml document.

RootNodeAction

Gets or sets function which is called for the root node.

UserData

Gets or sets user data. This field can be used for any purposes.

WriterSettings

Gets or sets xml writer settings.