Method | 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 |
Method | Description | |
---|---|---|
XmlNamespaceRemover ( ) : System.IO |
public static RemoveAllNamespaces ( System.Xml.Linq.XDocument xDocumentSource ) : System.Xml.Linq.XDocument | ||
xDocumentSource | System.Xml.Linq.XDocument | |
return | System.Xml.Linq.XDocument |
public static RemoveAllNamespaces ( System.Xml.Linq.XElement xElementSource ) : System.Xml.Linq.XElement | ||
xElementSource | System.Xml.Linq.XElement | |
return | System.Xml.Linq.XElement |
public static RemoveAllNamespaces ( System.Xml.Linq.XDocument &xDocumentSource ) : void | ||
xDocumentSource | System.Xml.Linq.XDocument | |
return | void |
public static RemoveAllNamespaces ( System.Xml.Linq.XElement &xElementSource ) : void | ||
xElementSource | System.Xml.Linq.XElement | |
return | void |