 | CloseCloseClose |
Closes this stream and the underlying stream.
(Overrides XmlWriter.CloseXmlWriter.CloseXmlWriter::Close) |
  | Create (Stream)Create (Stream)Create (Stream^) |
Creates an XdmWriterXdmWriterXdmWriter instance using the specified stream.
|
  | Create (Stream, XdmWriterSettings)Create (Stream, XdmWriterSettings)Create (Stream^, XdmWriterSettings^) |
Creates an XdmWriterXdmWriterXdmWriter instance using the specified stream and
XdmWriterSettingsXdmWriterSettingsXdmWriterSettings object.
|
  | Create (TextWriter)Create (TextWriter)Create (TextWriter^) |
Creates an XdmWriterXdmWriterXdmWriter instance using the specified TextWriterTextWriterTextWriter.
|
  | Create (TextWriter, XdmWriterSettings)Create (TextWriter, XdmWriterSettings)Create (TextWriter^, XdmWriterSettings^) |
Creates an XdmWriterXdmWriterXdmWriter instance using the specified TextWriterTextWriterTextWriter and
XdmWriterSettingsXdmWriterSettingsXdmWriterSettings object.
|
  | Create (string)Create (String)Create (String^) |
Creates an XdmWriterXdmWriterXdmWriter instance using the specified file.
|
  | Create (string, XdmWriterSettings)Create (String, XdmWriterSettings)Create (String^, XdmWriterSettings^) |
Creates an XdmWriterXdmWriterXdmWriter instance using the specified file and
XdmWriterSettingsXdmWriterSettingsXdmWriterSettings object.
|
  | Create (StringBuilder)Create (StringBuilder)Create (StringBuilder^) |
Creates an XdmWriterXdmWriterXdmWriter instance using the specified StringBuilderStringBuilderStringBuilder.
|
  | Create (StringBuilder, XdmWriterSettings)Create (StringBuilder, XdmWriterSettings)Create (StringBuilder^, XdmWriterSettings^) |
Creates an XdmWriterXdmWriterXdmWriter instance using the specified StringBuilderStringBuilderStringBuilder and
XdmWriterSettingsXdmWriterSettingsXdmWriterSettings object.
|
 | Dispose (bool)Dispose (Boolean)Dispose (bool) |
Releases the unmanaged resources used by the XmlWriterXmlWriterXmlWriter and optionally releases the managed resources.
(Overrides XmlWriter.DisposeXmlWriter.DisposeXmlWriter::Dispose) |
 | XmlWriter.DisposeXmlWriter.DisposeXmlWriter::Dispose | Releases all resources used by the current instance of the XmlWriterXmlWriterXmlWriter class.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | EndScopeEndScopeEndScope |
Ends the scope.
|
 | Object.EqualsObject.EqualsObject::Equals | Determines whether the specified object is equal to the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.FinalizeObject.FinalizeObject::Finalize | Allows 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) |
 | FlushFlushFlush |
Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
(Overrides XmlWriter.FlushXmlWriter.FlushXmlWriter::Flush) |
 | XmlWriter.FlushAsyncXmlWriter.FlushAsyncXmlWriter::FlushAsync | Asynchronously 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) |
 | Object.GetHashCodeObject.GetHashCodeObject::GetHashCode | Serves as the default hash function. (Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.GetTypeObject.GetTypeObject::GetType | Gets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | LookupPrefixLookupPrefixLookupPrefix |
Returns the closest prefix defined in the current namespace scope for the namespace URI.
(Overrides XmlWriter.LookupPrefixXmlWriter.LookupPrefixXmlWriter::LookupPrefix) |
 | Object.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone | Creates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
  | Serialize (IEnumerable<XPathItem>, Stream, XdmWriterSettings)Serialize (IEnumerable(Of XPathItem), Stream, XdmWriterSettings)Serialize (IEnumerable<XPathItem^>^, Stream^, XdmWriterSettings^) |
Serializes an IEnumerable<T>IEnumerable(Of T)IEnumerable<T> instance to the specified StreamStreamStream.
|
  | Serialize (IEnumerable<XPathItem>, TextWriter, XdmWriterSettings)Serialize (IEnumerable(Of XPathItem), TextWriter, XdmWriterSettings)Serialize (IEnumerable<XPathItem^>^, TextWriter^, XdmWriterSettings^) |
Serializes an IEnumerable<T>IEnumerable(Of T)IEnumerable<T> instance to the specified TextWriterTextWriterTextWriter.
|
  | Serialize (IEnumerable<XPathItem>, string, XdmWriterSettings)Serialize (IEnumerable(Of XPathItem), String, XdmWriterSettings)Serialize (IEnumerable<XPathItem^>^, String^, XdmWriterSettings^) |
Serializes an IEnumerable<T>IEnumerable(Of T)IEnumerable<T> instance to the specified file.
|
  | Serialize (IEnumerable<XPathItem>, XmlWriter)Serialize (IEnumerable(Of XPathItem), XmlWriter)Serialize (IEnumerable<XPathItem^>^, XmlWriter^) |
Serializes an IEnumerable<T>IEnumerable(Of T)IEnumerable<T> instance to an XmlWriterXmlWriterXmlWriter.
|
  | Serialize (XmlReader, Stream, XdmWriterSettings)Serialize (XmlReader, Stream, XdmWriterSettings)Serialize (XmlReader^, Stream^, XdmWriterSettings^) |
Serializes data from the specified XmlReaderXmlReaderXmlReader to the specified StreamStreamStream.
|
  | Serialize (XmlReader, string, XdmWriterSettings)Serialize (XmlReader, String, XdmWriterSettings)Serialize (XmlReader^, String^, XdmWriterSettings^) |
Serializes data from the specified XmlReaderXmlReaderXmlReader to the specified file.
|
  | Serialize (XmlReader, XmlWriter)Serialize (XmlReader, XmlWriter)Serialize (XmlReader^, XmlWriter^) |
Serializes content from an XmlReaderXmlReaderXmlReader instance to an XmlWriterXmlWriterXmlWriter.
|
  | Serialize (XPathItem, Stream, XdmWriterSettings)Serialize (XPathItem, Stream, XdmWriterSettings)Serialize (XPathItem^, Stream^, XdmWriterSettings^) |
Serializes the specified XPathItemXPathItemXPathItem to the specified StreamStreamStream.
|
  | Serialize (XPathItem, TextWriter, XdmWriterSettings)Serialize (XPathItem, TextWriter, XdmWriterSettings)Serialize (XPathItem^, TextWriter^, XdmWriterSettings^) |
Serializes the specified XPathItemXPathItemXPathItem to the specified StreamStreamStream.
|
  | Serialize (XPathItem, string, XdmWriterSettings)Serialize (XPathItem, String, XdmWriterSettings)Serialize (XPathItem^, String^, XdmWriterSettings^) |
Serializes the specified XPathItemXPathItemXPathItem to the specified file.
|
  | Serialize (XPathItem, XmlWriter)Serialize (XPathItem, XmlWriter)Serialize (XPathItem^, XmlWriter^) |
Serializes an XPathItemXPathItemXPathItem instance to an
XmlWriterXmlWriterXmlWriter.
|
 | StartArrayScopeStartArrayScopeStartArrayScope |
Starts the array scope.
|
 | StartObjectScopeStartObjectScopeStartObjectScope |
Starts the object scope.
|
 | Object.ToStringObject.ToStringObject::ToString | Returns a string that represents the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | XmlWriter.WriteAttributeStringXmlWriter.WriteAttributeStringXmlWriter::WriteAttributeString | When 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) |
 | XmlWriter.WriteAttributeStringXmlWriter.WriteAttributeStringXmlWriter::WriteAttributeString | When 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) |
 | XmlWriter.WriteAttributeStringXmlWriter.WriteAttributeStringXmlWriter::WriteAttributeString | When 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) |
 | XmlWriter.WriteAttributeStringAsyncXmlWriter.WriteAttributeStringAsyncXmlWriter::WriteAttributeStringAsync | Asynchronously writes out the attribute with the specified prefix, local name, namespace URI, and value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteAttributesXmlWriter.WriteAttributesXmlWriter::WriteAttributes | When 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) |
 | XmlWriter.WriteAttributesAsyncXmlWriter.WriteAttributesAsyncXmlWriter::WriteAttributesAsync | Asynchronously writes out all the attributes found at the current position in the XmlReaderXmlReaderXmlReader.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | WriteBase64WriteBase64WriteBase64 |
Eencodes the specified binary bytes as Base64 and writes out the resulting text.
(Overrides XmlWriter.WriteBase64XmlWriter.WriteBase64XmlWriter::WriteBase64) |
 | XmlWriter.WriteBase64AsyncXmlWriter.WriteBase64AsyncXmlWriter::WriteBase64Async | Asynchronously encodes the specified binary bytes as Base64 and writes out the resulting text.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteBinHexXmlWriter.WriteBinHexXmlWriter::WriteBinHex | When 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) |
 | XmlWriter.WriteBinHexAsyncXmlWriter.WriteBinHexAsyncXmlWriter::WriteBinHexAsync | Asynchronously encodes the specified binary bytes as BinHex and writes out the resulting text.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | WriteCDataWriteCDataWriteCData |
Writes out a <![CDATA[...]]> block containing the specified text.
(Overrides XmlWriter.WriteCDataXmlWriter.WriteCDataXmlWriter::WriteCData) |
 | XmlWriter.WriteCDataAsyncXmlWriter.WriteCDataAsyncXmlWriter::WriteCDataAsync | Asynchronously writes out a <![CDATA[...]]> block containing the specified text.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | WriteCharEntityWriteCharEntityWriteCharEntity |
Forces the generation of a character entity for the specified Unicode character value.
(Overrides XmlWriter.WriteCharEntityXmlWriter.WriteCharEntityXmlWriter::WriteCharEntity) |
 | XmlWriter.WriteCharEntityAsyncXmlWriter.WriteCharEntityAsyncXmlWriter::WriteCharEntityAsync | Asynchronously forces the generation of a character entity for the specified Unicode character value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | WriteCharsWriteCharsWriteChars |
Writes text one buffer at a time.
(Overrides XmlWriter.WriteCharsXmlWriter.WriteCharsXmlWriter::WriteChars) |
 | XmlWriter.WriteCharsAsyncXmlWriter.WriteCharsAsyncXmlWriter::WriteCharsAsync | Asynchronously writes text one buffer at a time.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | WriteDocTypeWriteDocTypeWriteDocType |
Writes the DOCTYPE declaration with the specified name and optional attributes.
(Overrides XmlWriter.WriteDocTypeXmlWriter.WriteDocTypeXmlWriter::WriteDocType) |
 | XmlWriter.WriteDocTypeAsyncXmlWriter.WriteDocTypeAsyncXmlWriter::WriteDocTypeAsync | Asynchronously writes the DOCTYPE declaration with the specified name and optional attributes.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteElementStringXmlWriter.WriteElementStringXmlWriter::WriteElementString | Writes an element with the specified local name and value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteElementStringXmlWriter.WriteElementStringXmlWriter::WriteElementString | Writes an element with the specified local name, namespace URI, and value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteElementStringXmlWriter.WriteElementStringXmlWriter::WriteElementString | Writes an element with the specified prefix, local name, namespace URI, and value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteElementStringAsyncXmlWriter.WriteElementStringAsyncXmlWriter::WriteElementStringAsync | Asynchronously writes an element with the specified prefix, local name, namespace URI, and value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | WriteEndAttributeWriteEndAttributeWriteEndAttribute |
Closes the previous WriteStartAttribute (string, string, string)WriteStartAttribute (String, String, String)WriteStartAttribute (String^, String^, String^) call.
(Overrides XmlWriter.WriteEndAttributeXmlWriter.WriteEndAttributeXmlWriter::WriteEndAttribute) |
 | XmlWriter.WriteEndAttributeAsyncXmlWriter.WriteEndAttributeAsyncXmlWriter::WriteEndAttributeAsync | Asynchronously closes the previous WriteStartAttributeWriteStartAttributeWriteStartAttribute call.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | WriteEndDocumentWriteEndDocumentWriteEndDocument |
Closes any open elements or attributes and puts the writer back in the Start state.
(Overrides XmlWriter.WriteEndDocumentXmlWriter.WriteEndDocumentXmlWriter::WriteEndDocument) |
 | XmlWriter.WriteEndDocumentAsyncXmlWriter.WriteEndDocumentAsyncXmlWriter::WriteEndDocumentAsync | Asynchronously closes any open elements or attributes and puts the writer back in the Start state.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | WriteEndElementWriteEndElementWriteEndElement |
When overridden in a derived class, closes one element and pops the corresponding namespace scope.
(Overrides XmlWriter.WriteEndElementXmlWriter.WriteEndElementXmlWriter::WriteEndElement) |
 | XmlWriter.WriteEndElementAsyncXmlWriter.WriteEndElementAsyncXmlWriter::WriteEndElementAsync | Asynchronously closes one element and pops the corresponding namespace scope.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | WriteEntityRefWriteEntityRefWriteEntityRef |
Writes out an entity reference as &name;.
(Overrides XmlWriter.WriteEntityRefXmlWriter.WriteEntityRefXmlWriter::WriteEntityRef) |
 | XmlWriter.WriteEntityRefAsyncXmlWriter.WriteEntityRefAsyncXmlWriter::WriteEntityRefAsync | Asynchronously writes out an entity reference as &name;.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | WriteFullEndElementWriteFullEndElementWriteFullEndElement |
When overridden in a derived class, closes one element and pops the corresponding namespace scope.
(Overrides XmlWriter.WriteFullEndElementXmlWriter.WriteFullEndElementXmlWriter::WriteFullEndElement) |
 | XmlWriter.WriteFullEndElementAsyncXmlWriter.WriteFullEndElementAsyncXmlWriter::WriteFullEndElementAsync | Asynchronously closes one element and pops the corresponding namespace scope.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteNameXmlWriter.WriteNameXmlWriter::WriteName | When 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) |
 | XmlWriter.WriteNameAsyncXmlWriter.WriteNameAsyncXmlWriter::WriteNameAsync | Asynchronously 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) |
 | XmlWriter.WriteNmTokenXmlWriter.WriteNmTokenXmlWriter::WriteNmToken | When 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) |
 | XmlWriter.WriteNmTokenAsyncXmlWriter.WriteNmTokenAsyncXmlWriter::WriteNmTokenAsync | Asynchronously 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) |
 | XmlWriter.WriteNodeXmlWriter.WriteNodeXmlWriter::WriteNode | When 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) |
 | XmlWriter.WriteNodeXmlWriter.WriteNodeXmlWriter::WriteNode | 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) |
 | XmlWriter.WriteNodeAsyncXmlWriter.WriteNodeAsyncXmlWriter::WriteNodeAsync | Asynchronously 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) |
 | XmlWriter.WriteNodeAsyncXmlWriter.WriteNodeAsyncXmlWriter::WriteNodeAsync | Asynchronously 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) |
 | WriteNullValueWriteNullValueWriteNullValue |
Writes the null value.
|
 | WriteProcessingInstructionWriteProcessingInstructionWriteProcessingInstruction |
Writes out a processing instruction with a space between the name and text as follows: <?name text?>.
(Overrides XmlWriter.WriteProcessingInstructionXmlWriter.WriteProcessingInstructionXmlWriter::WriteProcessingInstruction) |
 | XmlWriter.WriteProcessingInstructionAsyncXmlWriter.WriteProcessingInstructionAsyncXmlWriter::WriteProcessingInstructionAsync | Asynchronously 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) |
 | XmlWriter.WriteQualifiedNameXmlWriter.WriteQualifiedNameXmlWriter::WriteQualifiedName | When 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) |
 | XmlWriter.WriteQualifiedNameAsyncXmlWriter.WriteQualifiedNameAsyncXmlWriter::WriteQualifiedNameAsync | Asynchronously 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) |
 | WriteRaw (char[], int, int)WriteRaw (Char(), Integer, Integer)WriteRaw (array <char>^, int, int) |
Writes raw markup manually from a character buffer.
(Overrides XmlWriter.WriteRawXmlWriter.WriteRawXmlWriter::WriteRaw) |
 | WriteRaw (string)WriteRaw (String)WriteRaw (String^) |
When overridden in a derived class, writes raw markup manually from a string.
(Overrides XmlWriter.WriteRawXmlWriter.WriteRawXmlWriter::WriteRaw) |
 | XmlWriter.WriteRawAsyncXmlWriter.WriteRawAsyncXmlWriter::WriteRawAsync | Asynchronously writes raw markup manually from a character buffer.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteRawAsyncXmlWriter.WriteRawAsyncXmlWriter::WriteRawAsync | Asynchronously writes raw markup manually from a string.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | WriteStartAttribute (string, string, string)WriteStartAttribute (String, String, String)WriteStartAttribute (String^, String^, String^) |
Writes the start of an attribute with the specified prefix, local name, and namespace URI.
(Overrides XmlWriter.WriteStartAttributeXmlWriter.WriteStartAttributeXmlWriter::WriteStartAttribute) |
 | XmlWriter.WriteStartAttributeXmlWriter.WriteStartAttributeXmlWriter::WriteStartAttribute | Writes the start of an attribute with the specified local name.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteStartAttributeXmlWriter.WriteStartAttributeXmlWriter::WriteStartAttribute | Writes the start of an attribute with the specified local name and namespace URI.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteStartAttributeAsyncXmlWriter.WriteStartAttributeAsyncXmlWriter::WriteStartAttributeAsync | Asynchronously writes the start of an attribute with the specified prefix, local name, and namespace URI.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | WriteStartDocument ()WriteStartDocument ()WriteStartDocument () |
Writes the XML declaration with the version "1.0".
(Overrides XmlWriter.WriteStartDocumentXmlWriter.WriteStartDocumentXmlWriter::WriteStartDocument) |
 | WriteStartDocument (bool)WriteStartDocument (Boolean)WriteStartDocument (bool) |
Writes the XML declaration with the version "1.0" and the standalone attribute.
(Overrides XmlWriter.WriteStartDocumentXmlWriter.WriteStartDocumentXmlWriter::WriteStartDocument) |
 | XmlWriter.WriteStartDocumentAsyncXmlWriter.WriteStartDocumentAsyncXmlWriter::WriteStartDocumentAsync | Asynchronously writes the XML declaration with the version "1.0".(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteStartDocumentAsyncXmlWriter.WriteStartDocumentAsyncXmlWriter::WriteStartDocumentAsync | Asynchronously writes the XML declaration with the version "1.0" and the standalone attribute.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | WriteStartElement (string, string, string)WriteStartElement (String, String, String)WriteStartElement (String^, String^, String^) |
Writes the specified start tag and associates it with the given namespace and prefix.
(Overrides XmlWriter.WriteStartElementXmlWriter.WriteStartElementXmlWriter::WriteStartElement) |
 | XmlWriter.WriteStartElementXmlWriter.WriteStartElementXmlWriter::WriteStartElement | When overridden in a derived class, writes out a start tag with the specified local name.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteStartElementXmlWriter.WriteStartElementXmlWriter::WriteStartElement | When 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) |
 | XmlWriter.WriteStartElementAsyncXmlWriter.WriteStartElementAsyncXmlWriter::WriteStartElementAsync | Asynchronously writes the specified start tag and associates it with the given namespace and prefix.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | WriteStringWriteStringWriteString |
Writes the given text content.
(Overrides XmlWriter.WriteStringXmlWriter.WriteStringXmlWriter::WriteString) |
 | XmlWriter.WriteStringAsyncXmlWriter.WriteStringAsyncXmlWriter::WriteStringAsync | Asynchronously writes the given text content.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | WriteSurrogateCharEntityWriteSurrogateCharEntityWriteSurrogateCharEntity |
Generates and writes the surrogate character entity for the surrogate character pair.
(Overrides XmlWriter.WriteSurrogateCharEntityXmlWriter.WriteSurrogateCharEntityXmlWriter::WriteSurrogateCharEntity) |
 | XmlWriter.WriteSurrogateCharEntityAsyncXmlWriter.WriteSurrogateCharEntityAsyncXmlWriter::WriteSurrogateCharEntityAsync | Asynchronously generates and writes the surrogate character entity for the surrogate character pair.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValue | Writes a boolBooleanbool value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValue | Writes a DateTimeDateDateTime value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValue | Writes a DateTimeOffsetDateTimeOffsetDateTimeOffset value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValue | Writes a decimalDecimaldecimal value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValue | Writes a doubleDoubledouble value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValue | Writes a intIntegerint value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValue | Writes a longLonglong value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValue | Writes the object value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValue | Writes a single-precision floating-point number.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | XmlWriter.WriteValueXmlWriter.WriteValueXmlWriter::WriteValue | Writes a stringStringString value.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |
 | WriteWhitespaceWriteWhitespaceWriteWhitespace |
Writes out the given white space.
(Overrides XmlWriter.WriteWhitespaceXmlWriter.WriteWhitespaceXmlWriter::WriteWhitespace) |
 | XmlWriter.WriteWhitespaceAsyncXmlWriter.WriteWhitespaceAsyncXmlWriter::WriteWhitespaceAsync | Asynchronously writes out the given white space.(Inherited from System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter) |