C# Класс Engage.Dnn.Survey.XmlMergeWithNamespaceSupport

Based on DNN's XmlMerge, this implements namespaces (from XmlMerge in DNN 5+). Only supports the insertAfter action
Показать файл Открыть проект

Открытые методы

Метод Описание
UpdateConfig ( XmlDocument target ) : void

The UpdateConfig method processes the source file and updates the Target Config Xml Document.

XmlMergeWithNamespaceSupport ( Stream sourceStream ) : System.IO

Initializes a new instance of the XmlMergeWithNamespaceSupport class.

Приватные методы

Метод Описание
InsertNode ( XmlNode childRootNode, XmlNode actionNode ) : void
ProcessNode ( XmlNode node ) : void
ProcessNodes ( XmlNodeList nodes ) : void

Описание методов

UpdateConfig() публичный Метод

The UpdateConfig method processes the source file and updates the Target Config Xml Document.
public UpdateConfig ( XmlDocument target ) : void
target System.Xml.XmlDocument >An Xml Document represent the Target Xml File
Результат void

XmlMergeWithNamespaceSupport() публичный Метод

Initializes a new instance of the XmlMergeWithNamespaceSupport class.
public XmlMergeWithNamespaceSupport ( Stream sourceStream ) : System.IO
sourceStream System.IO.Stream The source stream.
Результат System.IO