Mono Class Library: OverviewSystem.Xml.XmlTextWriter: Method Members |
The methods of System.Xml.XmlTextWriter are listed below. For a list of all members, see the XmlTextWriter Members list.
See Also: Inherited members from System.Xml.XmlWriter
overrideClose() Closes the writer. overrideFlush() Clears all buffers and causes any buffered data to be written to the underlying stream. overrideLookupPrefix(string) : string Returns the prefix defined in the current namespace scope for the specified namespace URI. overrideWriteBase64(byte[], int, int) Encodes the specified binary bytes as Base64 and writes the resulting text. overrideWriteBinHex(byte[], int, int) Encodes the specified binary bytes as BinHex and writes the resulting text. overrideWriteCData(string) Writes out a CDATA block containing the specified text. overrideWriteCharEntity(char) Forces the generation of a character entity for the specified Unicode character value. overrideWriteChars(char[], int, int) Writes text a buffer at a time. overrideWriteComment(string) Writes out a comment containing the specified text. overrideWriteDocType(string, string, string, string) Writes the document type declaration with the specified name and optional attributes. overrideWriteEndAttribute() Closes the attribute started with the XmlTextWriter.WriteStartAttribute(string, string, string) method. overrideWriteEndDocument() Closes open elements and attributes and sets the XmlTextWriter.WriteState back to the WriteState.Start state. overrideWriteEndElement() Closes an open element and pops the corresponding namespace scope. overrideWriteEntityRef(string) Writes an entity reference with the specified name. overrideWriteFullEndElement() Closes an open element and pops the corresponding namespace scope. overrideWriteName(string) 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). overrideWriteNmToken(string) Writes out the specified name, ensuring it is a valid name token (Nmtoken) according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name). overrideWriteProcessingInstruction(string, string) Writes out a processing instruction with the specified name and text. overrideWriteQualifiedName(string, string) Writes out the qualified name. overrideWriteRaw(string) Writes raw text from a string. overrideWriteRaw(char[], int, int) Writes raw text from a character array. overrideWriteStartAttribute(string, string, string) Writes the start of an attribute with the specified prefix and name, and associates the prefix with the specified namespace URI. overrideWriteStartDocument() Writes the XML declaration with the version "1.0" and no standalone attribute. overrideWriteStartDocument(bool) Writes the XML declaration with the version "1.0" and the standalone attribute. overrideWriteStartElement(string, string, string) Writes a start element with the specified name, and associates it with the given namespace and prefix. overrideWriteString(string) Writes the specified text. overrideWriteSurrogateCharEntity(char, char) Generates and writes the surrogate character entity for the surrogate character pair. overrideWriteWhitespace(string) Writes the given white space.