XmlQueryOutput.WriteStartAttributeComputed Method

Definition

Writes an attribute with a name that is computed from a prefix:localName tag name and a set of prefix mappings.

Overloads

WriteStartAttributeComputed(XmlQualifiedName)

This API supports the product infrastructure and is not intended to be used directly from your code.

Writes an attribute with a name that is computed from a prefix:localName tag name and a set of prefix mappings.

WriteStartAttributeComputed(XPathNavigator)

This API supports the product infrastructure and is not intended to be used directly from your code.

Writes an attribute with a name that is computed from a prefix:localName tag name and a set of prefix mappings.

WriteStartAttributeComputed(String, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Writes an attribute with a name that is computed from a prefix:localName tag name and a set of prefix mappings.

WriteStartAttributeComputed(String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Writes an attribute with a name that is computed from a "prefix:localName" tag name and a set of prefix mappings.

WriteStartAttributeComputed(XmlQualifiedName)

Source:
XmlQueryOutput.cs
Source:
XmlQueryOutput.cs
Source:
XmlQueryOutput.cs

Writes an attribute with a name that is computed from a prefix:localName tag name and a set of prefix mappings.

This API supports the product infrastructure and is not intended to be used directly from your code.

public void WriteStartAttributeComputed (System.Xml.XmlQualifiedName name);

Parameters

name
XmlQualifiedName

String that contains name of attribute.

Applies to

.NET Framework 4.8.1 und andere Versionen
Produkt Versionen
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

WriteStartAttributeComputed(XPathNavigator)

Source:
XmlQueryOutput.cs
Source:
XmlQueryOutput.cs
Source:
XmlQueryOutput.cs

Writes an attribute with a name that is computed from a prefix:localName tag name and a set of prefix mappings.

This API supports the product infrastructure and is not intended to be used directly from your code.

public void WriteStartAttributeComputed (System.Xml.XPath.XPathNavigator navigator);

Parameters

navigator
XPathNavigator

XPathNavigator object.

Applies to

.NET Framework 4.8.1 und andere Versionen
Produkt Versionen
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

WriteStartAttributeComputed(String, Int32)

Source:
XmlQueryOutput.cs
Source:
XmlQueryOutput.cs
Source:
XmlQueryOutput.cs

Writes an attribute with a name that is computed from a prefix:localName tag name and a set of prefix mappings.

This API supports the product infrastructure and is not intended to be used directly from your code.

public void WriteStartAttributeComputed (string tagName, int prefixMappingsIndex);

Parameters

tagName
String

String that contains tag name.

prefixMappingsIndex
Int32

Int32 that contains prefix mapping index.

Applies to

.NET Framework 4.8.1 und andere Versionen
Produkt Versionen
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

WriteStartAttributeComputed(String, String)

Source:
XmlQueryOutput.cs
Source:
XmlQueryOutput.cs
Source:
XmlQueryOutput.cs

Writes an attribute with a name that is computed from a "prefix:localName" tag name and a set of prefix mappings.

This API supports the product infrastructure and is not intended to be used directly from your code.

public void WriteStartAttributeComputed (string tagName, string ns);

Parameters

tagName
String

String that contains tag name of attribute.

ns
String

String that contains namespace of attribute.

Applies to

.NET Framework 4.8.1 und andere Versionen
Produkt Versionen
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1