XmlParsedWriter Constructor
|
Initializes a new instance of the class. |
BaseStream (inherited from XmlTextWriter) | Gets the underlying stream object. |
Formatting (inherited from XmlTextWriter) | Indicates how the output is formatted. |
Indentation (inherited from XmlTextWriter) | Gets or sets how many IndentChars to write for each level in the hierarchy when Formatting is set to Formatting.Indented . |
IndentChar (inherited from XmlTextWriter) | Gets or sets which character to use for indenting when Formatting is set to Formatting.Indented. |
Namespaces (inherited from XmlTextWriter) | Gets or sets a value indicating whether to do namespace support. |
QuoteChar (inherited from XmlTextWriter) | Gets or sets which character to use to quote attribute values. |
WriteState | See Close. |
XmlLang | See Close. |
XmlSpace | See Close. |
Close (inherited from XmlTextWriter) | Closes this stream and the underlying stream. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Flush (inherited from XmlTextWriter) | Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
LookupPrefix (inherited from XmlTextWriter) | Returns the closest prefix defined in the current namespace scope for the namespace URI. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
WriteAttributes (inherited from XmlWriter) | When overridden in a derived class, writes out all the attributes found at the current position in the XmlReader . |
WriteAttributeString (inherited from XmlWriter) | Overloaded. When overridden in a derived class, writes an attribute with the specified local name, namespace URI, and value. |
WriteBase64 (inherited from XmlTextWriter) | Encodes the specified binary bytes as base64 and writes out the resulting text. |
WriteBinHex (inherited from XmlTextWriter) | Encodes the specified binary bytes as binhex and writes out the resulting text. |
WriteCData | See WriteCData. |
WriteCharEntity | See WriteCharEntity. |
WriteChars | See WriteChars. |
WriteComment | See WriteComment. |
WriteDocType | See WriteDocType. |
WriteElementString (inherited from XmlWriter) | Overloaded. When overridden in a derived class, writes an element with the specified local name and value. |
WriteEndAttribute | See WriteEndAttribute. |
WriteEndDocument | See WriteEndDocument. |
WriteEndElement | See WriteEndElement. |
WriteEntityRef | See WriteEntityRef. |
WriteFullEndElement | See WriteFullEndElement. |
WriteName | See WriteName. |
WriteNmToken | See WriteNmToken. |
WriteNode (inherited from XmlWriter) | 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. |
WriteProcessingInstruction | See WriteProcessingInstruction. |
WriteQualifiedName | See WriteQualifiedName. |
WriteRaw | Overloaded. See WriteRaw. |
WriteStartAttribute | Overloaded. See WriteStartAttribute. |
WriteStartAttribute (inherited from XmlWriter) | Overloaded. When overridden in a derived class, writes the start of an attribute. |
WriteStartDocument | Overloaded. See WriteStartDocument. |
WriteStartElement | Overloaded. See WriteStartElement. |
WriteStartElement (inherited from XmlWriter) | Overloaded. When overridden in a derived class, writes the specified start tag and associates it with the given namespace. |
WriteString | See WriteString. |
WriteSurrogateCharEntity | See WriteSurrogateCharEntity. |
WriteWhitespace | See WriteWhitespace. |
XmlParsedWriter Class | Mvp.Xml.Common Namespace