XdmDocumentWriter ClassXdmDocumentWriter ClassXdmDocumentWriter Class

Represents a writer that provides a fast, non-cached, forwards-only means of serializing instances of the XPath 2.0 and XQuery 1.0 Data Model (XDM) to an XdmDocumentXdmDocumentXdmDocument instance.

Inheritance Hierarchy

Syntax

Public Class XdmDocumentWriter _
        Inherits XdmWriter
public class XdmDocumentWriter : XdmWriter
public:
ref class XdmDocumentWriter : XdmWriter^
 
The XdmDocumentWriterXdmDocumentWriterXdmDocumentWriter type exposes the following members.

Methods

 MethodDescription
Public methodXdmWriter.CloseXdmWriter.CloseXdmWriter::Close Closes this stream and the underlying stream. (Overrides XmlWriter.CloseXmlWriter.CloseXmlWriter::Close)
Public methodstaticCreate ()Create ()Create () Creates a XdmDocumentWriterXdmDocumentWriterXdmDocumentWriter to write to an XdmDocumentXdmDocumentXdmDocument.
Public methodstaticCreate (XmlNameTable)Create (XmlNameTable)Create (XmlNameTable^) Creates a XdmDocumentWriterXdmDocumentWriterXdmDocumentWriter to write to an XdmDocumentXdmDocumentXdmDocument with the specified name table.
Public methodstaticCreate (XmlNameTable, string)Create (XmlNameTable, String)Create (XmlNameTable^, String^) Creates a XdmDocumentWriterXdmDocumentWriterXdmDocumentWriter to write to an XdmDocumentXdmDocumentXdmDocument with the specified document URI and name table.
Protected methodXdmWriter.Dispose (bool)XdmWriter.Dispose (Boolean)XdmWriter::Dispose (bool) Releases the unmanaged resources used by the XmlWriterXmlWriterXmlWriter and optionally releases the managed resources. (Overrides XmlWriter.DisposeXmlWriter.DisposeXmlWriter::Dispose)
Public methodXmlWriter.DisposeXmlWriter.DisposeXmlWriter::DisposeReleases all resources used by the current instance of the XmlWriterXmlWriterXmlWriter class.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.EndScopeXdmWriter.EndScopeXdmWriter::EndScope Ends the scope. (Inherited from XmlPrime.Serialization.XdmWriterXmlPrime.Serialization.XdmWriterXmlPrime.Serialization::XdmWriter)
Public methodObject.EqualsObject.EqualsObject::EqualsDetermines whether the specified object is equal to the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodXdmWriter.FlushXdmWriter.FlushXdmWriter::Flush Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. (Overrides XmlWriter.FlushXmlWriter.FlushXmlWriter::Flush)
Public methodXmlWriter.FlushAsyncXmlWriter.FlushAsyncXmlWriter::FlushAsyncAsynchronously flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCodeServes as the default hash function. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetTypeGets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodXdmWriter.LookupPrefixXdmWriter.LookupPrefixXdmWriter::LookupPrefix Returns the closest prefix defined in the current namespace scope for the namespace URI. (Overrides XmlWriter.LookupPrefixXmlWriter.LookupPrefixXmlWriter::LookupPrefix)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseCloneCreates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodXdmWriter.StartArrayScopeXdmWriter.StartArrayScopeXdmWriter::StartArrayScope Starts the array scope. (Inherited from XmlPrime.Serialization.XdmWriterXmlPrime.Serialization.XdmWriterXmlPrime.Serialization::XdmWriter)
Public methodXdmWriter.StartObjectScopeXdmWriter.StartObjectScopeXdmWriter::StartObjectScope Starts the object scope. (Inherited from XmlPrime.Serialization.XdmWriterXmlPrime.Serialization.XdmWriterXmlPrime.Serialization::XdmWriter)
Public methodObject.ToStringObject.ToStringObject::ToStringReturns a string that represents the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodXmlWriter.WriteAttributeStringXmlWriter.WriteAttributeStringXmlWriter::WriteAttributeStringWhen overridden in a derived class, writes out the attribute with the specified local name and value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteAttributeStringXmlWriter.WriteAttributeStringXmlWriter::WriteAttributeStringWhen overridden in a derived class, writes an attribute with the specified local name, namespace URI, and value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteAttributeStringXmlWriter.WriteAttributeStringXmlWriter::WriteAttributeStringWhen overridden in a derived class, writes out the attribute with the specified prefix, local name, namespace URI, and value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteAttributeStringAsyncXmlWriter.WriteAttributeStringAsyncXmlWriter::WriteAttributeStringAsyncAsynchronously writes out the attribute with the specified prefix, local name, namespace URI, and value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteAttributesXmlWriter.WriteAttributesXmlWriter::WriteAttributesWhen overridden in a derived class, writes out all the attributes found at the current position in the XmlReaderXmlReaderXmlReader.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteAttributesAsyncXmlWriter.WriteAttributesAsyncXmlWriter::WriteAttributesAsyncAsynchronously writes out all the attributes found at the current position in the XmlReaderXmlReaderXmlReader.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteBase64XdmWriter.WriteBase64XdmWriter::WriteBase64 Eencodes the specified binary bytes as Base64 and writes out the resulting text. (Overrides XmlWriter.WriteBase64XmlWriter.WriteBase64XmlWriter::WriteBase64)
Public methodXmlWriter.WriteBase64AsyncXmlWriter.WriteBase64AsyncXmlWriter::WriteBase64AsyncAsynchronously encodes the specified binary bytes as Base64 and writes out the resulting text.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteBinHexXmlWriter.WriteBinHexXmlWriter::WriteBinHexWhen overridden in a derived class, encodes the specified binary bytes as BinHex and writes out the resulting text.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteBinHexAsyncXmlWriter.WriteBinHexAsyncXmlWriter::WriteBinHexAsyncAsynchronously encodes the specified binary bytes as BinHex and writes out the resulting text.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteCDataXdmWriter.WriteCDataXdmWriter::WriteCData Writes out a <![CDATA[...]]> block containing the specified text. (Overrides XmlWriter.WriteCDataXmlWriter.WriteCDataXmlWriter::WriteCData)
Public methodXmlWriter.WriteCDataAsyncXmlWriter.WriteCDataAsyncXmlWriter::WriteCDataAsyncAsynchronously writes out a <![CDATA[...]]> block containing the specified text.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteCharEntityXdmWriter.WriteCharEntityXdmWriter::WriteCharEntity Forces the generation of a character entity for the specified Unicode character value. (Overrides XmlWriter.WriteCharEntityXmlWriter.WriteCharEntityXmlWriter::WriteCharEntity)
Public methodXmlWriter.WriteCharEntityAsyncXmlWriter.WriteCharEntityAsyncXmlWriter::WriteCharEntityAsyncAsynchronously forces the generation of a character entity for the specified Unicode character value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteCharsXdmWriter.WriteCharsXdmWriter::WriteChars Writes text one buffer at a time. (Overrides XmlWriter.WriteCharsXmlWriter.WriteCharsXmlWriter::WriteChars)
Public methodXmlWriter.WriteCharsAsyncXmlWriter.WriteCharsAsyncXmlWriter::WriteCharsAsyncAsynchronously writes text one buffer at a time.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteCommentXdmWriter.WriteCommentXdmWriter::WriteComment Writes out a comment <!--...--> containing the specified text. (Overrides XmlWriter.WriteCommentXmlWriter.WriteCommentXmlWriter::WriteComment)
Public methodXmlWriter.WriteCommentAsyncXmlWriter.WriteCommentAsyncXmlWriter::WriteCommentAsyncAsynchronously writes out a comment <!--...--> containing the specified text.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteDocTypeXdmWriter.WriteDocTypeXdmWriter::WriteDocType Writes the DOCTYPE declaration with the specified name and optional attributes. (Overrides XmlWriter.WriteDocTypeXmlWriter.WriteDocTypeXmlWriter::WriteDocType)
Public methodXmlWriter.WriteDocTypeAsyncXmlWriter.WriteDocTypeAsyncXmlWriter::WriteDocTypeAsyncAsynchronously writes the DOCTYPE declaration with the specified name and optional attributes.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteElementStringXmlWriter.WriteElementStringXmlWriter::WriteElementStringWrites an element with the specified local name and value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteElementStringXmlWriter.WriteElementStringXmlWriter::WriteElementStringWrites an element with the specified local name, namespace URI, and value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteElementStringXmlWriter.WriteElementStringXmlWriter::WriteElementStringWrites an element with the specified prefix, local name, namespace URI, and value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteElementStringAsyncXmlWriter.WriteElementStringAsyncXmlWriter::WriteElementStringAsyncAsynchronously writes an element with the specified prefix, local name, namespace URI, and value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteEndAttributeXdmWriter.WriteEndAttributeXdmWriter::WriteEndAttribute Closes the previous WriteStartAttribute (string, string, string)WriteStartAttribute (String, String, String)WriteStartAttribute (String^, String^, String^) call. (Overrides XmlWriter.WriteEndAttributeXmlWriter.WriteEndAttributeXmlWriter::WriteEndAttribute)
 methodXmlWriter.WriteEndAttributeAsyncXmlWriter.WriteEndAttributeAsyncXmlWriter::WriteEndAttributeAsyncAsynchronously closes the previous WriteStartAttributeWriteStartAttributeWriteStartAttribute call.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteEndDocumentXdmWriter.WriteEndDocumentXdmWriter::WriteEndDocument Closes any open elements or attributes and puts the writer back in the Start state. (Overrides XmlWriter.WriteEndDocumentXmlWriter.WriteEndDocumentXmlWriter::WriteEndDocument)
Public methodXmlWriter.WriteEndDocumentAsyncXmlWriter.WriteEndDocumentAsyncXmlWriter::WriteEndDocumentAsyncAsynchronously closes any open elements or attributes and puts the writer back in the Start state.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteEndElementXdmWriter.WriteEndElementXdmWriter::WriteEndElement When overridden in a derived class, closes one element and pops the corresponding namespace scope. (Overrides XmlWriter.WriteEndElementXmlWriter.WriteEndElementXmlWriter::WriteEndElement)
Public methodXmlWriter.WriteEndElementAsyncXmlWriter.WriteEndElementAsyncXmlWriter::WriteEndElementAsyncAsynchronously closes one element and pops the corresponding namespace scope.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteEntityRefXdmWriter.WriteEntityRefXdmWriter::WriteEntityRef Writes out an entity reference as &name;. (Overrides XmlWriter.WriteEntityRefXmlWriter.WriteEntityRefXmlWriter::WriteEntityRef)
Public methodXmlWriter.WriteEntityRefAsyncXmlWriter.WriteEntityRefAsyncXmlWriter::WriteEntityRefAsyncAsynchronously writes out an entity reference as &name;.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteFullEndElementXdmWriter.WriteFullEndElementXdmWriter::WriteFullEndElement When overridden in a derived class, closes one element and pops the corresponding namespace scope. (Overrides XmlWriter.WriteFullEndElementXmlWriter.WriteFullEndElementXmlWriter::WriteFullEndElement)
Public methodXmlWriter.WriteFullEndElementAsyncXmlWriter.WriteFullEndElementAsyncXmlWriter::WriteFullEndElementAsyncAsynchronously closes one element and pops the corresponding namespace scope.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteNameXmlWriter.WriteNameXmlWriter::WriteNameWhen overridden in a derived class, writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteNameAsyncXmlWriter.WriteNameAsyncXmlWriter::WriteNameAsyncAsynchronously writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteNmTokenXmlWriter.WriteNmTokenXmlWriter::WriteNmTokenWhen overridden in a derived class, writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteNmTokenAsyncXmlWriter.WriteNmTokenAsyncXmlWriter::WriteNmTokenAsyncAsynchronously writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteNodeXmlWriter.WriteNodeXmlWriter::WriteNodeWhen overridden in a derived class, copies everything from the reader to the writer and moves the reader to the start of the next sibling.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteNodeXmlWriter.WriteNodeXmlWriter::WriteNodeCopies everything from the XPathNavigatorXPathNavigatorXPathNavigator object to the writer. The position of the XPathNavigatorXPathNavigatorXPathNavigator remains unchanged.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteNodeAsyncXmlWriter.WriteNodeAsyncXmlWriter::WriteNodeAsyncAsynchronously copies everything from the reader to the writer and moves the reader to the start of the next sibling.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteNodeAsyncXmlWriter.WriteNodeAsyncXmlWriter::WriteNodeAsyncAsynchronously copies everything from the XPathNavigatorXPathNavigatorXPathNavigator object to the writer. The position of the XPathNavigatorXPathNavigatorXPathNavigator remains unchanged.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteNullValueXdmWriter.WriteNullValueXdmWriter::WriteNullValue Writes the null value. (Inherited from XmlPrime.Serialization.XdmWriterXmlPrime.Serialization.XdmWriterXmlPrime.Serialization::XdmWriter)
Public methodXdmWriter.WriteProcessingInstructionXdmWriter.WriteProcessingInstructionXdmWriter::WriteProcessingInstruction Writes out a processing instruction with a space between the name and text as follows: <?name text?>. (Overrides XmlWriter.WriteProcessingInstructionXmlWriter.WriteProcessingInstructionXmlWriter::WriteProcessingInstruction)
Public methodXmlWriter.WriteProcessingInstructionAsyncXmlWriter.WriteProcessingInstructionAsyncXmlWriter::WriteProcessingInstructionAsyncAsynchronously writes out a processing instruction with a space between the name and text as follows: <?name text?>.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteQualifiedNameXmlWriter.WriteQualifiedNameXmlWriter::WriteQualifiedNameWhen overridden in a derived class, writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteQualifiedNameAsyncXmlWriter.WriteQualifiedNameAsyncXmlWriter::WriteQualifiedNameAsyncAsynchronously writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteRaw (char[], int, int)XdmWriter.WriteRaw (Char(), Integer, Integer)XdmWriter::WriteRaw (array<char>^, int, int) Writes raw markup manually from a character buffer. (Overrides XmlWriter.WriteRawXmlWriter.WriteRawXmlWriter::WriteRaw)
Public methodXdmWriter.WriteRaw (string)XdmWriter.WriteRaw (String)XdmWriter::WriteRaw (String^) When overridden in a derived class, writes raw markup manually from a string. (Overrides XmlWriter.WriteRawXmlWriter.WriteRawXmlWriter::WriteRaw)
Public methodXmlWriter.WriteRawAsyncXmlWriter.WriteRawAsyncXmlWriter::WriteRawAsyncAsynchronously writes raw markup manually from a character buffer.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteRawAsyncXmlWriter.WriteRawAsyncXmlWriter::WriteRawAsyncAsynchronously writes raw markup manually from a string.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteStartAttribute (string, string, string)XdmWriter.WriteStartAttribute (String, String, String)XdmWriter::WriteStartAttribute (String^, String^, String^) Writes the start of an attribute with the specified prefix, local name, and namespace URI. (Overrides XmlWriter.WriteStartAttributeXmlWriter.WriteStartAttributeXmlWriter::WriteStartAttribute)
Public methodXmlWriter.WriteStartAttributeXmlWriter.WriteStartAttributeXmlWriter::WriteStartAttributeWrites the start of an attribute with the specified local name.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteStartAttributeXmlWriter.WriteStartAttributeXmlWriter::WriteStartAttributeWrites the start of an attribute with the specified local name and namespace URI.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
 methodXmlWriter.WriteStartAttributeAsyncXmlWriter.WriteStartAttributeAsyncXmlWriter::WriteStartAttributeAsyncAsynchronously writes the start of an attribute with the specified prefix, local name, and namespace URI.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteStartDocument ()XdmWriter.WriteStartDocument ()XdmWriter::WriteStartDocument () Writes the XML declaration with the version "1.0". (Overrides XmlWriter.WriteStartDocumentXmlWriter.WriteStartDocumentXmlWriter::WriteStartDocument)
Public methodXdmWriter.WriteStartDocument (bool)XdmWriter.WriteStartDocument (Boolean)XdmWriter::WriteStartDocument (bool) Writes the XML declaration with the version "1.0" and the standalone attribute. (Overrides XmlWriter.WriteStartDocumentXmlWriter.WriteStartDocumentXmlWriter::WriteStartDocument)
Public methodXmlWriter.WriteStartDocumentAsyncXmlWriter.WriteStartDocumentAsyncXmlWriter::WriteStartDocumentAsyncAsynchronously writes the XML declaration with the version "1.0".(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteStartDocumentAsyncXmlWriter.WriteStartDocumentAsyncXmlWriter::WriteStartDocumentAsyncAsynchronously writes the XML declaration with the version "1.0" and the standalone attribute.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteStartElement (string, string, string)XdmWriter.WriteStartElement (String, String, String)XdmWriter::WriteStartElement (String^, String^, String^) Writes the specified start tag and associates it with the given namespace and prefix. (Overrides XmlWriter.WriteStartElementXmlWriter.WriteStartElementXmlWriter::WriteStartElement)
Public methodXmlWriter.WriteStartElementXmlWriter.WriteStartElementXmlWriter::WriteStartElementWhen overridden in a derived class, writes out a start tag with the specified local name.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteStartElementXmlWriter.WriteStartElementXmlWriter::WriteStartElementWhen overridden in a derived class, writes the specified start tag and associates it with the given namespace.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteStartElementAsyncXmlWriter.WriteStartElementAsyncXmlWriter::WriteStartElementAsyncAsynchronously writes the specified start tag and associates it with the given namespace and prefix.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteStringXdmWriter.WriteStringXdmWriter::WriteString Writes the given text content. (Overrides XmlWriter.WriteStringXmlWriter.WriteStringXmlWriter::WriteString)
Public methodXmlWriter.WriteStringAsyncXmlWriter.WriteStringAsyncXmlWriter::WriteStringAsyncAsynchronously writes the given text content.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteSurrogateCharEntityXdmWriter.WriteSurrogateCharEntityXdmWriter::WriteSurrogateCharEntity Generates and writes the surrogate character entity for the surrogate character pair. (Overrides XmlWriter.WriteSurrogateCharEntityXmlWriter.WriteSurrogateCharEntityXmlWriter::WriteSurrogateCharEntity)
Public methodXmlWriter.WriteSurrogateCharEntityAsyncXmlWriter.WriteSurrogateCharEntityAsyncXmlWriter::WriteSurrogateCharEntityAsyncAsynchronously generates and writes the surrogate character entity for the surrogate character pair.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValueWrites a boolBooleanbool value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValueWrites a DateTimeDateDateTime value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValueWrites a DateTimeOffsetDateTimeOffsetDateTimeOffset value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValueWrites a decimalDecimaldecimal value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValueWrites a doubleDoubledouble value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValueWrites a intIntegerint value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValueWrites a longLonglong value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValueWrites the object value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValueWrites a single-precision floating-point number.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValueWrites a stringStringString value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)
Public methodXdmWriter.WriteWhitespaceXdmWriter.WriteWhitespaceXdmWriter::WriteWhitespace Writes out the given white space. (Overrides XmlWriter.WriteWhitespaceXmlWriter.WriteWhitespaceXmlWriter::WriteWhitespace)
Public methodXmlWriter.WriteWhitespaceAsyncXmlWriter.WriteWhitespaceAsyncXmlWriter::WriteWhitespaceAsyncAsynchronously writes out the given white space.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter)

Top