XmlQueryOutput.WriteStartElementComputed Method

Definition

Writes an element with a name that can be computed based on one of the following: the prefix and namespace-URI; the prefix mappings; XPathNavigator; or the XmlQualifiedName.

Overloads

WriteStartElementComputed(String, String)

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

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

WriteStartElementComputed(String, Int32)

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

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

WriteStartElementComputed(XPathNavigator)

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

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

WriteStartElementComputed(XmlQualifiedName)

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

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

WriteStartElementComputed(String, String)

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

Writes an element 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.

C#
public void WriteStartElementComputed(string tagName, string ns);

Parameters

tagName
String

String that contains the tag name.

ns
String

String that contains the namespace name.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.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

WriteStartElementComputed(String, Int32)

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

Writes an element 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.

C#
public void WriteStartElementComputed(string tagName, int prefixMappingsIndex);

Parameters

tagName
String

String that contains the tag name.

prefixMappingsIndex
Int32

Int32 that contains the index.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.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

WriteStartElementComputed(XPathNavigator)

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

Writes an element 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.

C#
public void WriteStartElementComputed(System.Xml.XPath.XPathNavigator navigator);

Parameters

navigator
XPathNavigator

XPathNavigator object.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.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

WriteStartElementComputed(XmlQualifiedName)

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

Writes an element 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.

C#
public void WriteStartElementComputed(System.Xml.XmlQualifiedName name);

Parameters

name
XmlQualifiedName

XmlQualifiedName that contains the name.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.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