complete-reference-vb_net_71
complete-reference-vb_net_71
xmlRyter.Close()
End Sub
Member Purpose
BaseStream (p) Retrieves the underlying stream object
Formatting (p) Indicates how the output is formatted
Indentation (p) Retrieves or changes how many IndentChars to write for each
level in the hierarchy when Formatting is set to
Formatting.Indented
IndentChar (p) Retrieves or changes the character to use for indenting when
Formatting is set to Formatting.Indented
Namespaces (p) Retrieves or changes a value indicating whether to do namespace
support
QuoteChar (p) Retrieves or changes the character to use to quote attribute values
WriteState (p) Retrieves the state of the write
XmlLang (p) Retrieves the current xml:lang scope
XmlSpace (p) Retrieves an XmlSpace representing the current xml:space scope
Close Closes this stream and the underlying stream
Flush Flushes whatever is in the buffer to the underlying streams and also
flushes the underlying stream
LookupPrefix Returns the closest prefix defined in the current namespace scope
for the namespace URI
WriteAttributes When overridden in a derived class, writes out all the attributes
found at the current position in the XmlReader
WriteAttributeString When overridden in a derived class, writes an attribute with the
specified value
WriteBase64 Encodes the specified binary bytes as Base64 and writes out the
resulting text
WriteBinHex Encodes the specified binary bytes as BinHex and writes out the
resulting text
WriteCData Writes out a <![CDATA[...]]> block containing the specified text
WriteCharEntity Forces the generation of a character entity for the specified
Unicode character value
WriteChars Writes text a buffer at a time
WriteComment Writes out a comment <!−−...−−> containing the specified text
WriteDocType Writes the DOCTYPE declaration with the specified name and
optional attributes
WriteElementString When overridden in a derived class, writes an element containing a
string value
WriteEndAttribute Closes the previous WriteStartAttribute call
WriteEndDocument Closes any open elements or attributes and puts the writer back in
the Start state
555