Usages of IXmlWriter
Properties
| writer | in ChildWriteContext | Gets or sets the writer. | |
| writer | in HandleSerializationEventArgs | Gets the writer for writing the XML output. | |
| writer | in IWriteContext | Gets the current IXmlWriter implementation. |
Method Return Values
| createXMLWriter () | in GraphMLIOHandler | Factory method that creates and configures a suitable IXmlWriter implementation. | |
| writeAttribute (string, string) | in IXmlWriter | Write an XML attribute with the given parameters. | |
| writeAttributeNS (string, string, string, string) | in IXmlWriter | Writes an XML attribute node. | |
| writeCData (string) | in IXmlWriter | Writes a CDATA section. | |
| writeComment (string) | in IXmlWriter | Writes an XML comment node | |
| writeDocumentFragment (Document) | in IXmlWriter | Writes a document fragment. | |
| writeEndElement () | in IXmlWriter | Closes an XML element previously opened with writeStartElement or writeStartElement. | |
| writeGraphMLXmlAttribute (GraphMLXmlAttribute) | in IXmlWriter | Write an XML attribute from the given attribute struct. | |
| writeProcessingInstruction (string, string) | in IXmlWriter | Writes an XML processing instruction. | |
| writeStartDocument () | in IXmlWriter | Begins the output process. | |
| writeStartElement (string, string, string) | in IXmlWriter | Begins a new XML element with given parameters | |
| writeStartElement (string, string) | in IXmlWriter | Begin a new XML element with given parameters | |
| writeString (string) | in IXmlWriter | Writes a text node. |