 | XdmWriter.CloseXdmWriter.CloseXdmWriter::Close |
Closes this stream and the underlying stream.
(Overrides XmlWriter.CloseXmlWriter.CloseXmlWriter::Close) |
  | Create ()Create ()Create () |
Creates a XdmDocumentWriterXdmDocumentWriterXdmDocumentWriter to write to an XdmDocumentXdmDocumentXdmDocument.
|
  | Create (XmlNameTable)Create (XmlNameTable)Create (XmlNameTable^) |
Creates a XdmDocumentWriterXdmDocumentWriterXdmDocumentWriter to write to an XdmDocumentXdmDocumentXdmDocument with
the specified name table.
|
  | Create (XmlNameTable, string)Create (XmlNameTable, String)Create (XmlNameTable^, String^) |
Creates a XdmDocumentWriterXdmDocumentWriterXdmDocumentWriter to write to an XdmDocumentXdmDocumentXdmDocument with
the specified document URI and name table.
|
 | XdmWriter.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) |
 | 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) |
 | XdmWriter.EndScopeXdmWriter.EndScopeXdmWriter::EndScope |
Ends the scope.
(Inherited from XmlPrime.Serialization.XdmWriterXmlPrime.Serialization.XdmWriterXmlPrime.Serialization::XdmWriter) |
 | 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) |
 | XdmWriter.FlushXdmWriter.FlushXdmWriter::Flush |
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) |
 | XdmWriter.LookupPrefixXdmWriter.LookupPrefixXdmWriter::LookupPrefix |
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) |
 | XdmWriter.StartArrayScopeXdmWriter.StartArrayScopeXdmWriter::StartArrayScope |
Starts the array scope.
(Inherited from XmlPrime.Serialization.XdmWriterXmlPrime.Serialization.XdmWriterXmlPrime.Serialization::XdmWriter) |
 | XdmWriter.StartObjectScopeXdmWriter.StartObjectScopeXdmWriter::StartObjectScope |
Starts the object scope.
(Inherited from XmlPrime.Serialization.XdmWriterXmlPrime.Serialization.XdmWriterXmlPrime.Serialization::XdmWriter) |
 | 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) |
 | XdmWriter.WriteBase64XdmWriter.WriteBase64XdmWriter::WriteBase64 |
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) |
 | XdmWriter.WriteCDataXdmWriter.WriteCDataXdmWriter::WriteCData |
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) |
 | XdmWriter.WriteCharEntityXdmWriter.WriteCharEntityXdmWriter::WriteCharEntity |
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) |
 | XdmWriter.WriteCharsXdmWriter.WriteCharsXdmWriter::WriteChars |
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) |
 | XdmWriter.WriteDocTypeXdmWriter.WriteDocTypeXdmWriter::WriteDocType |
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) |
 | XdmWriter.WriteEndAttributeXdmWriter.WriteEndAttributeXdmWriter::WriteEndAttribute |
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) |
 | XdmWriter.WriteEndDocumentXdmWriter.WriteEndDocumentXdmWriter::WriteEndDocument |
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) |
 | XdmWriter.WriteEndElementXdmWriter.WriteEndElementXdmWriter::WriteEndElement |
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) |
 | XdmWriter.WriteEntityRefXdmWriter.WriteEntityRefXdmWriter::WriteEntityRef |
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) |
 | XdmWriter.WriteFullEndElementXdmWriter.WriteFullEndElementXdmWriter::WriteFullEndElement |
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) |
 | XdmWriter.WriteNullValueXdmWriter.WriteNullValueXdmWriter::WriteNullValue |
Writes the null value.
(Inherited from XmlPrime.Serialization.XdmWriterXmlPrime.Serialization.XdmWriterXmlPrime.Serialization::XdmWriter) |
 | XdmWriter.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) |
 | 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) |
 | XdmWriter.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) |
 | XdmWriter.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) |
 | 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) |
 | XdmWriter.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) |
 | 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) |
 | XdmWriter.WriteStartDocument ()XdmWriter.WriteStartDocument ()XdmWriter::WriteStartDocument () |
Writes the XML declaration with the version "1.0".
(Overrides XmlWriter.WriteStartDocumentXmlWriter.WriteStartDocumentXmlWriter::WriteStartDocument) |
 | XdmWriter.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) |
 | 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) |
 | XdmWriter.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) |
 | 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) |
 | XdmWriter.WriteStringXdmWriter.WriteStringXdmWriter::WriteString |
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) |
 | XdmWriter.WriteSurrogateCharEntityXdmWriter.WriteSurrogateCharEntityXdmWriter::WriteSurrogateCharEntity |
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) |
 | XdmWriter.WriteWhitespaceXdmWriter.WriteWhitespaceXdmWriter::WriteWhitespace |
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) |