Name | Description | |
---|---|---|
XmlNodeWriter Constructor | Overloaded. |
The following tables list the members exposed by XmlNodeWriter.
Name | Description | |
---|---|---|
XmlNodeWriter Constructor | Overloaded. |
Name | Description | |
---|---|---|
Settings | (Inherited from System.Xml.XmlWriter) | |
WriteState | Overridden. Return the current state of the writer. | |
XmlLang | Overridden. Return the current XmlLang state. This does not have an efficient implementation, so use at your own risk. | |
XmlSpace | Overridden. Return the current XmlSpace state. This does not have an efficient implementation, so use at your own risk. |
Name | Description | |
---|---|---|
Close | Overridden. This auto-closes any open elements and puts the writer in the WriteState.Closed state. | |
Dispose | Overloaded. (Inherited from System.Xml.XmlWriter) | |
Flush | Overridden. This is a noop. | |
FlushAsync | (Inherited from System.Xml.XmlWriter) | |
LookupPrefix | Overridden. Returns the result of GetPrefixOfNamespace on the current node. | |
WriteAttributes | (Inherited from System.Xml.XmlWriter) | |
WriteAttributesAsync | (Inherited from System.Xml.XmlWriter) | |
WriteAttributeString | Overloaded. (Inherited from System.Xml.XmlWriter) | |
WriteAttributeStringAsync | (Inherited from System.Xml.XmlWriter) | |
WriteBase64 | Overridden. This method is implemented using Convert.ToBase64String. | |
WriteBase64Async | (Inherited from System.Xml.XmlWriter) | |
WriteBinHex | Overridden. This is implementd using a temporary XmlTextWriter to turn the given binary blob into a string, then it calls WriteString with the result. | |
WriteBinHexAsync | (Inherited from System.Xml.XmlWriter) | |
WriteCData | Overridden. Creates a System.Xml.XmlCDataSection node. | |
WriteCDataAsync | (Inherited from System.Xml.XmlWriter) | |
WriteCharEntity | Overridden. Writes the given char as a string. The XmlDocument has no representation for character entities, so the fact that this was called will be lost. | |
WriteCharEntityAsync | (Inherited from System.Xml.XmlWriter) | |
WriteChars | Overridden. Calls WriteString with new string(buffer, index, count). | |
WriteCharsAsync | (Inherited from System.Xml.XmlWriter) | |
WriteComment | Overridden. Creates an System.Xml.XmlComment node. | |
WriteCommentAsync | (Inherited from System.Xml.XmlWriter) | |
WriteDocType | Overridden. Creates an System.Xml.XmlDocumentType node. | |
WriteDocTypeAsync | (Inherited from System.Xml.XmlWriter) | |
WriteElementString | Overloaded. (Inherited from System.Xml.XmlWriter) | |
WriteElementStringAsync | (Inherited from System.Xml.XmlWriter) | |
WriteEndAttribute | Overridden. Closes the previous WriteStartAttribute call. | |
WriteEndDocument | Overridden. Closes any open elements and puts the writer back in the Start state. | |
WriteEndDocumentAsync | (Inherited from System.Xml.XmlWriter) | |
WriteEndElement | Overridden. Closes the previous WriteStartElement call. | |
WriteEndElementAsync | (Inherited from System.Xml.XmlWriter) | |
WriteEntityRef | Overridden. Creates a System.Xml.XmlEntityReference node. | |
WriteEntityRefAsync | (Inherited from System.Xml.XmlWriter) | |
WriteFullEndElement | Overridden. The DOM does not preserve this information, so this is equivalent to WriteEndElement. | |
WriteFullEndElementAsync | (Inherited from System.Xml.XmlWriter) | |
WriteName | Overridden. Calls WriteString if the name is a valid XML name. | |
WriteNameAsync | (Inherited from System.Xml.XmlWriter) | |
WriteNmToken | Overridden. Calls WriteString if the name is a valid XML NMTOKEN. | |
WriteNmTokenAsync | (Inherited from System.Xml.XmlWriter) | |
WriteNode | Overloaded. (Inherited from System.Xml.XmlWriter) | |
WriteNodeAsync | Overloaded. (Inherited from System.Xml.XmlWriter) | |
WriteProcessingInstruction | Overridden. Creates a System.Xml.XmlProcessingInstruction node. | |
WriteProcessingInstructionAsync | (Inherited from System.Xml.XmlWriter) | |
WriteQualifiedName | Overridden. Looks up the prefix in scope for the given namespace and calls WriteString with the prefix+":"+localName (or just localName if the prefix is the empty string). | |
WriteQualifiedNameAsync | (Inherited from System.Xml.XmlWriter) | |
WriteRaw | Overloaded. Overridden. WriteRaw writes out the given string "unescaped", in other words it better be well formed XML markup. So for the XmlNodeWriter we parse this string and build the resulting tree, so it maps to setting the InnerXml property. | |
WriteRawAsync | Overloaded. (Inherited from System.Xml.XmlWriter) | |
WriteStartAttribute | Overloaded. Overridden. Creates a System.Xml.XmlAttribute node. | |
WriteStartDocument | Overloaded. Overridden. Writes the XmlDeclaration node with a standalone attribute. This is only allowed when the writer is in the Start state, which only happens if the writer was constructed with an XmlDocument object. | |
WriteStartDocumentAsync | Overloaded. (Inherited from System.Xml.XmlWriter) | |
WriteStartElement | Overloaded. Overridden. Creates a System.Xml.XmlElement node. | |
WriteStartElementAsync | (Inherited from System.Xml.XmlWriter) | |
WriteString | Overridden. Creates a System.Xml.XmlText node. If the current node is already an XmlText node it appends the text to that node. | |
WriteStringAsync | (Inherited from System.Xml.XmlWriter) | |
WriteSurrogateCharEntity | Overridden. Calls WriteString with the character data. | |
WriteSurrogateCharEntityAsync | (Inherited from System.Xml.XmlWriter) | |
WriteValue | Overloaded. (Inherited from System.Xml.XmlWriter) | |
WriteWhitespace | Overridden. Create a System.Xml.XmlWhitespace node. | |
WriteWhitespaceAsync | (Inherited from System.Xml.XmlWriter) |
Name | Description | |
---|---|---|
WriteEndAttributeAsync | (Inherited from System.Xml.XmlWriter) | |
WriteStartAttributeAsync | (Inherited from System.Xml.XmlWriter) |