|
Name |
Description |
|
Close
|
Overridden. Closes the underlying stream. |
|
Create |
Overloaded. (Inherited from XmlWriter) |
|
CreateBinaryWriter |
Overloaded. (Inherited from XmlDictionaryWriter) |
|
CreateDictionaryWriter |
(Inherited from XmlDictionaryWriter) |
|
CreateMtomWriter |
Overloaded. (Inherited from XmlDictionaryWriter) |
|
CreateTextWriter |
Overloaded. (Inherited from XmlDictionaryWriter) |
|
EndCanonicalization
|
Overridden. Closes a previous Start canonicalization operation.
The stream given to the StartCanonicalization is flushed and any
data written after this call will not be written to the canonical
stream. |
|
Equals |
Overloaded. (Inherited from Object) |
|
Flush
|
Overridden. Fluses the underlying stream. |
|
GetHashCode |
(Inherited from Object) |
|
GetType |
(Inherited from Object) |
|
LookupPrefix
|
Overridden. Returns the closest prefix defined in the current
namespace scope for the namespace URI. |
|
ReferenceEquals |
(Inherited from Object) |
|
StartCanonicalization
|
Overridden. Indicates the start of Canonicalization. Any write
opertation following this will canonicalize the data and will wirte
it to the given stream. |
|
ToString |
(Inherited from Object) |
|
WriteArray |
Overloaded. (Inherited from XmlDictionaryWriter) |
|
WriteAttributes |
(Inherited from XmlWriter) |
|
WriteAttributeString |
Overloaded. (Inherited from XmlDictionaryWriter) |
|
WriteBase64
|
Overridden. Encodes the specified binary bytes as Base64 and
writes out the resulting text. |
|
WriteBinHex |
(Inherited from XmlWriter) |
|
WriteCData
|
Overridden. writes out a CDATA block containing the specified
text. |
|
WriteCharEntity
|
Overridden. Forces the generation of a character entity for the
specified Unicode character value. |
|
WriteChars
|
Overridden. When overridden in a derived class, writes text one
buffer at a time. |
|
WriteComment
|
Overridden. Writes out a comment containing the specified
text. |
|
WriteDocType
|
Overridden. Writes the DOCTYPE declaration with the specified
name and optional attributes. |
|
WriteElementString |
Overloaded. (Inherited from XmlDictionaryWriter) |
|
WriteEndAttribute
|
Overridden. Closes the previous
System.Xml.XmlWriter.WriteStartAttribute(System.String,System.String)
call. |
|
WriteEndDocument
|
Overridden. Closes any open elements or attributes and puts the
writer back in the Start state. |
|
WriteEndElement
|
Overridden. Closes one element and pops the corresponding
namespace scope. |
|
WriteEntityRef
|
Overridden. Writes out an entity reference as name. |
|
WriteFullEndElement
|
Overridden. Closes one element and pops the corresponding
namespace scope. |
|
WriteName |
(Inherited from XmlWriter) |
|
WriteNmToken |
(Inherited from XmlWriter) |
|
WriteNode |
Overloaded. (Inherited from XmlDictionaryWriter) |
|
WriteProcessingInstruction
|
Overridden. Writes out a processing instruction with a space
between the name and text as follows: <?name
text?>. |
|
WriteQualifiedName |
Overloaded. (Inherited from XmlDictionaryWriter) |
|
WriteRaw
|
Overloaded. Overridden. |
|
WriteStartAttribute
|
Overloaded. |
|
WriteStartDocument
|
Overloaded. Overridden. |
|
WriteStartElement
|
Overloaded. |
|
WriteString
|
Overloaded. Overridden. |
|
WriteSurrogateCharEntity
|
Overridden. Generates and writes the surrogate character entity
for the surrogate character pair. |
|
WriteValue |
Overloaded. (Inherited from XmlDictionaryWriter) |
|
WriteWhitespace
|
Overridden. Writes out the given white space. |
|
WriteXmlAttribute
|
Overloaded. Overridden. |
|
WriteXmlnsAttribute
|
Overloaded. Overridden. |