C# Класс Gammtek.Conduit.Xml.Dynamic.XmlNamespaceRemover

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RemoveAllNamespaces ( System.Xml.Linq.XDocument xDocumentSource ) : System.Xml.Linq.XDocument
RemoveAllNamespaces ( System.Xml.Linq.XElement xElementSource ) : System.Xml.Linq.XElement
RemoveAllNamespaces ( System.Xml.Linq.XDocument &xDocumentSource ) : void
RemoveAllNamespaces ( System.Xml.Linq.XElement &xElementSource ) : void

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

Метод Описание
XmlNamespaceRemover ( ) : System.IO

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

RemoveAllNamespaces() публичный статический Метод

public static RemoveAllNamespaces ( System.Xml.Linq.XDocument xDocumentSource ) : System.Xml.Linq.XDocument
xDocumentSource System.Xml.Linq.XDocument
Результат System.Xml.Linq.XDocument

RemoveAllNamespaces() публичный статический Метод

public static RemoveAllNamespaces ( System.Xml.Linq.XElement xElementSource ) : System.Xml.Linq.XElement
xElementSource System.Xml.Linq.XElement
Результат System.Xml.Linq.XElement

RemoveAllNamespaces() публичный статический Метод

public static RemoveAllNamespaces ( System.Xml.Linq.XDocument &xDocumentSource ) : void
xDocumentSource System.Xml.Linq.XDocument
Результат void

RemoveAllNamespaces() публичный статический Метод

public static RemoveAllNamespaces ( System.Xml.Linq.XElement &xElementSource ) : void
xElementSource System.Xml.Linq.XElement
Результат void