Mono Class Library: OverviewSystem.Xml.XmlWriter: Method Members |
The methods of System.Xml.XmlWriter are listed below. For a list of all members, see the XmlWriter Members list.
See Also: Inherited members from System.Object
abstractClose() Closes the writer. staticCreate(System.IO.Stream) : XmlWriter Documentation for this section has not yet been entered. staticCreate(System.IO.TextWriter) : XmlWriter Documentation for this section has not yet been entered. staticCreate(string) : XmlWriter Documentation for this section has not yet been entered. staticCreate(System.Text.StringBuilder) : XmlWriter Documentation for this section has not yet been entered. staticCreate(XmlWriter) : XmlWriter Documentation for this section has not yet been entered. staticCreate(System.IO.Stream, XmlWriterSettings) : XmlWriter Documentation for this section has not yet been entered. staticCreate(System.IO.TextWriter, XmlWriterSettings) : XmlWriter Documentation for this section has not yet been entered. staticCreate(string, XmlWriterSettings) : XmlWriter Documentation for this section has not yet been entered. staticCreate(System.Text.StringBuilder, XmlWriterSettings) : XmlWriter Documentation for this section has not yet been entered. staticCreate(XmlWriter, XmlWriterSettings) : XmlWriter Documentation for this section has not yet been entered. abstractFlush() Clears all buffers and causes any buffered data to be written to the underlying stream. abstractLookupPrefix(string) : string Retrieves the prefix defined in the current namespace scope for the specified namespace URI.WriteAttributes(XmlReader, bool) Writes the attributes found at the current position of a System.Xml.XmlReader.WriteAttributeString(string, string) Writes a new attribute with the specified local name and value.WriteAttributeString(string, string, string) Writes a new attribute with the specified local name, namespace URI, and value.WriteAttributeString(string, string, string, string) Writes a new attribute with the specified prefix, local name, namespace URI, and value. abstractWriteBase64(byte[], int, int) Encodes the specified binary bytes as Base64 and writes out the resulting text.WriteBinHex(byte[], int, int) Encodes the specified binary bytes as BinHex and writes the resulting text. abstractWriteCData(string) Writes out a CDATA block containing the specified text. abstractWriteCharEntity(char) Forces the generation of a character entity for the specified Unicode character value. abstractWriteChars(char[], int, int) Writes text a buffer at a time. abstractWriteComment(string) Writes a comment containing the specified text. abstractWriteDocType(string, string, string, string) Writes the document type declaration with the specified name and optional attributes.WriteElementString(string, string) Writes an element with the specified local name and value.WriteElementString(string, string, string) Writes an element with the specified local name, namespace URI, and value.WriteElementString(string, string, string, string) Documentation for this section has not yet been entered. abstractWriteEndAttribute() Closes the attribute started with the XmlWriter.WriteStartAttribute(string, string) method. abstractWriteEndDocument() Closes open elements and attributes and sets the XmlWriter.WriteState back to the WriteState.Start state. abstractWriteEndElement() Closes an open element and pops the corresponding namespace scope. abstractWriteEntityRef(string) Writes an entity reference with the specified name. abstractWriteFullEndElement() Closes an open element and pops the corresponding namespace scope.WriteName(string) Writes 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).WriteNmToken(string) Writes 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).WriteNode(XmlReader, bool) Writes the node found at the current position of the specified System.Xml.XmlReader, and all sub-nodes.WriteNode(System.Xml.XPath.XPathNavigator, bool) Documentation for this section has not yet been entered. abstractWriteProcessingInstruction(string, string) Writes a processing instruction with the specified name and text.WriteQualifiedName(string, string) Writes the qualified name. abstractWriteRaw(string) Writes raw text from a string. abstractWriteRaw(char[], int, int) Writes raw text from a character array.WriteStartAttribute(string) Documentation for this section has not yet been entered.WriteStartAttribute(string, string) Writes the start of an attribute. abstractWriteStartAttribute(string, string, string) Writes the start of an attribute with the specified prefix and name, and associates the prefix with the specified namespace URI. abstractWriteStartDocument() Writes the XML declaration with the version "1.0" and no standalone attribute. abstractWriteStartDocument(bool) Writes the XML declaration with the version "1.0" and the standalone attribute.WriteStartElement(string) Writes a start element with the specified name.WriteStartElement(string, string) Writes a start element with the specified name, and associates it with the given namespace. abstractWriteStartElement(string, string, string) Writes a start element with the specified name, and associates it with the given namespace and prefix. abstractWriteString(string) Writes the specified text. abstractWriteSurrogateCharEntity(char, char) Generates and writes the surrogate character entity for the surrogate character pair.WriteValue(bool) Documentation for this section has not yet been entered.WriteValue(DateTime) Documentation for this section has not yet been entered.WriteValue(decimal) Documentation for this section has not yet been entered.WriteValue(double) Documentation for this section has not yet been entered.WriteValue(int) Documentation for this section has not yet been entered.WriteValue(long) Documentation for this section has not yet been entered.WriteValue(object) Documentation for this section has not yet been entered.WriteValue(float) Documentation for this section has not yet been entered.WriteValue(string) Documentation for this section has not yet been entered. abstractWriteWhitespace(string) Writes the given white space.