Mvp.Xml Library API Documentation

Syntax

C#
public class XmlFirstLowerWriter
Visual Basic (Declaration)
Public Class XmlFirstLowerWriter
Visual C++
public ref class XmlFirstLowerWriter

The type exposes the following members.

Public Constructors

  NameDescription
Public methodXmlFirstLowerWriterXmlFirstLowerWriterNewOverloaded.

Public Methods

  NameDescription
Public methodClose
Closes this stream and the underlying stream.
(Inherited from XmlTextWriter.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFlush
Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
(Inherited from XmlTextWriter.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLookupPrefix
Returns the closest prefix defined in the current namespace scope for the namespace URI.
(Inherited from XmlTextWriter.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodWriteAttributes
When overridden in a derived class, writes out all the attributes found at the current position in the XmlReader.
(Inherited from XmlWriter.)
Public methodWriteAttributeStringOverloaded.
Public methodWriteBase64
Encodes the specified binary bytes as base64 and writes out the resulting text.
(Inherited from XmlTextWriter.)
Public methodWriteBinHex
Encodes the specified binary bytes as binhex and writes out the resulting text.
(Inherited from XmlTextWriter.)
Public methodWriteCData
Writes out a <![CDATA[...]]> block containing the specified text.
(Inherited from XmlTextWriter.)
Public methodWriteCharEntity
Forces the generation of a character entity for the specified Unicode character value.
(Inherited from XmlTextWriter.)
Public methodWriteChars
Writes text one buffer at a time.
(Inherited from XmlTextWriter.)
Public methodWriteComment
Writes out a comment <!--...--> containing the specified text.
(Inherited from XmlTextWriter.)
Public methodWriteDocType
Writes the DOCTYPE declaration with the specified name and optional attributes.
(Inherited from XmlTextWriter.)
Public methodWriteElementStringOverloaded.
Public methodWriteEndAttribute (Inherited from XmlTextWriter.)
Public methodWriteEndDocument
Closes any open elements or attributes and puts the writer back in the Start state.
(Inherited from XmlTextWriter.)
Public methodWriteEndElement
Closes one element and pops the corresponding namespace scope.
(Inherited from XmlTextWriter.)
Public methodWriteEntityRef
Writes out an entity reference as &name;.
(Inherited from XmlTextWriter.)
Public methodWriteFullEndElement
Closes one element and pops the corresponding namespace scope.
(Inherited from XmlTextWriter.)
Public methodWriteName
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 XmlTextWriter.)
Public methodWriteNmToken
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 XmlTextWriter.)
Public methodWriteNodeOverloaded.
Public methodWriteProcessingInstruction
Writes out a processing instruction with a space between the name and text as follows: <?name text?>.
(Inherited from XmlTextWriter.)
Public methodWriteQualifiedName (Overrides XmlTextWriter..::WriteQualifiedName(String, String).)
Public methodWriteRawOverloaded.
Public methodWriteStartAttributeOverloaded.
Public methodWriteStartDocumentOverloaded.
Public methodWriteStartElementOverloaded.
Public methodWriteString
Writes the given text content.
(Inherited from XmlTextWriter.)
Public methodWriteSurrogateCharEntity
Generates and writes the surrogate character entity for the surrogate character pair.
(Inherited from XmlTextWriter.)
Public methodWriteValueOverloaded.
Public methodWriteWhitespace
Writes out the given white space.
(Inherited from XmlTextWriter.)

Protected Methods

  NameDescription
Protected methodDispose
Releases the unmanaged resources used by the XmlWriter and optionally releases the managed resources.
(Inherited from XmlWriter.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

Public Properties

  NameDescription
Public propertyBaseStream
Gets the underlying stream object.
(Inherited from XmlTextWriter.)
Public propertyFormatting
Indicates how the output is formatted.
(Inherited from XmlTextWriter.)
Public propertyIndentation
Gets or sets how many IndentChars to write for each level in the hierarchy when Formatting is set to Formatting.Indented.
(Inherited from XmlTextWriter.)
Public propertyIndentChar
Gets or sets which character to use for indenting when Formatting is set to Formatting.Indented.
(Inherited from XmlTextWriter.)
Public propertyNamespaces
Gets or sets a value indicating whether to do namespace support.
(Inherited from XmlTextWriter.)
Public propertyQuoteChar
Gets or sets which character to use to quote attribute values.
(Inherited from XmlTextWriter.)
Public propertySettings
Gets the XmlWriterSettings object used to create this XmlWriter instance.
(Inherited from XmlWriter.)
Public propertyWriteState
Gets the state of the writer.
(Inherited from XmlTextWriter.)
Public propertyXmlLang
Gets the current xml:lang scope.
(Inherited from XmlTextWriter.)
Public propertyXmlSpace
Gets an XmlSpace representing the current xml:space scope.
(Inherited from XmlTextWriter.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIDisposable..::Dispose (Inherited from XmlWriter.)

See Also