InternalXmlHelper.RemoveNamespaceAttributes 方法

定义

从 XML 元素中移除 XML 命名空间特性。 此方法不适于在您的代码中使用。

重载

RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, IEnumerable)

从 XML 元素中移除 XML 命名空间特性。 此方法不适于在您的代码中使用。

RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, Object)

从 XML 元素中移除 XML 命名空间特性。 此方法不适于在您的代码中使用。

RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, XElement)

从 XML 元素中移除 XML 命名空间特性。 此方法不适于在您的代码中使用。

RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, IEnumerable)

从 XML 元素中移除 XML 命名空间特性。 此方法不适于在您的代码中使用。

public:
 static System::Collections::IEnumerable ^ RemoveNamespaceAttributes(cli::array <System::String ^> ^ inScopePrefixes, cli::array <System::Xml::Linq::XNamespace ^> ^ inScopeNs, System::Collections::Generic::List<System::Xml::Linq::XAttribute ^> ^ attributes, System::Collections::IEnumerable ^ obj);
public static System.Collections.IEnumerable RemoveNamespaceAttributes (string[] inScopePrefixes, System.Xml.Linq.XNamespace[] inScopeNs, System.Collections.Generic.List<System.Xml.Linq.XAttribute> attributes, System.Collections.IEnumerable obj);
static member RemoveNamespaceAttributes : string[] * System.Xml.Linq.XNamespace[] * System.Collections.Generic.List<System.Xml.Linq.XAttribute> * System.Collections.IEnumerable -> System.Collections.IEnumerable
Public Shared Function RemoveNamespaceAttributes (inScopePrefixes As String(), inScopeNs As XNamespace(), attributes As List(Of XAttribute), obj As IEnumerable) As IEnumerable

参数

inScopePrefixes
String[]

当前范围内 XML 元素的 XML 命名空间前缀的列表。

inScopeNs
XNamespace[]

当前范围内 XML 元素的 XML 命名空间的列表。

attributes
List<XAttribute>

要从 XML 元素中移除的命名空间特性的列表。

obj
IEnumerable

要从中移除 XML 命名空间特性的 XML 元素。

返回

已从中移除指定 XML 命名空间特性的提供的 XML 元素。

另请参阅

适用于

RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, Object)

从 XML 元素中移除 XML 命名空间特性。 此方法不适于在您的代码中使用。

public:
 static System::Object ^ RemoveNamespaceAttributes(cli::array <System::String ^> ^ inScopePrefixes, cli::array <System::Xml::Linq::XNamespace ^> ^ inScopeNs, System::Collections::Generic::List<System::Xml::Linq::XAttribute ^> ^ attributes, System::Object ^ obj);
public static object RemoveNamespaceAttributes (string[] inScopePrefixes, System.Xml.Linq.XNamespace[] inScopeNs, System.Collections.Generic.List<System.Xml.Linq.XAttribute> attributes, object obj);
static member RemoveNamespaceAttributes : string[] * System.Xml.Linq.XNamespace[] * System.Collections.Generic.List<System.Xml.Linq.XAttribute> * obj -> obj
Public Shared Function RemoveNamespaceAttributes (inScopePrefixes As String(), inScopeNs As XNamespace(), attributes As List(Of XAttribute), obj As Object) As Object

参数

inScopePrefixes
String[]

当前范围内 XML 元素的 XML 命名空间前缀的列表。

inScopeNs
XNamespace[]

当前范围内 XML 元素的 XML 命名空间的列表。

attributes
List<XAttribute>

要从 XML 元素中移除的命名空间特性的列表。

obj
Object

要从中移除 XML 命名空间特性的 XML 元素。

返回

已从中移除指定 XML 命名空间特性的提供的 XML 元素。

另请参阅

适用于

RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, XElement)

从 XML 元素中移除 XML 命名空间特性。 此方法不适于在您的代码中使用。

public:
 static System::Xml::Linq::XElement ^ RemoveNamespaceAttributes(cli::array <System::String ^> ^ inScopePrefixes, cli::array <System::Xml::Linq::XNamespace ^> ^ inScopeNs, System::Collections::Generic::List<System::Xml::Linq::XAttribute ^> ^ attributes, System::Xml::Linq::XElement ^ e);
public static System.Xml.Linq.XElement RemoveNamespaceAttributes (string[] inScopePrefixes, System.Xml.Linq.XNamespace[] inScopeNs, System.Collections.Generic.List<System.Xml.Linq.XAttribute> attributes, System.Xml.Linq.XElement e);
static member RemoveNamespaceAttributes : string[] * System.Xml.Linq.XNamespace[] * System.Collections.Generic.List<System.Xml.Linq.XAttribute> * System.Xml.Linq.XElement -> System.Xml.Linq.XElement
Public Shared Function RemoveNamespaceAttributes (inScopePrefixes As String(), inScopeNs As XNamespace(), attributes As List(Of XAttribute), e As XElement) As XElement

参数

inScopePrefixes
String[]

当前范围内 XML 元素的 XML 命名空间前缀的列表。

inScopeNs
XNamespace[]

当前范围内 XML 元素的 XML 命名空间的列表。

attributes
List<XAttribute>

要从 XML 元素中移除的命名空间特性的列表。

e
XElement

要从中移除 XML 命名空间特性的 XML 元素。

返回

已从中移除指定 XML 命名空间特性的提供的 XML 元素。

另请参阅

适用于