C# Class Gammtek.Conduit.Xml.Dynamic.XmlNamespaceRemover

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
XmlNamespaceRemover ( ) : System.IO

Method Details

RemoveAllNamespaces() public static méthode

public static RemoveAllNamespaces ( System.Xml.Linq.XDocument xDocumentSource ) : System.Xml.Linq.XDocument
xDocumentSource System.Xml.Linq.XDocument
Résultat System.Xml.Linq.XDocument

RemoveAllNamespaces() public static méthode

public static RemoveAllNamespaces ( System.Xml.Linq.XElement xElementSource ) : System.Xml.Linq.XElement
xElementSource System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement

RemoveAllNamespaces() public static méthode

public static RemoveAllNamespaces ( System.Xml.Linq.XDocument &xDocumentSource ) : void
xDocumentSource System.Xml.Linq.XDocument
Résultat void

RemoveAllNamespaces() public static méthode

public static RemoveAllNamespaces ( System.Xml.Linq.XElement &xElementSource ) : void
xElementSource System.Xml.Linq.XElement
Résultat void