documentationfor yFiles for HTML 3.0.0.3

Usages of IXmlWriter

Properties

writerin ChildWriteContextGets or sets the writer.
writerin HandleSerializationEventArgsGets the writer for writing the XML output.
writerin IWriteContextGets the current IXmlWriter implementation.

Method Return Values

createXMLWriter ()in GraphMLIOHandlerFactory method that creates and configures a suitable IXmlWriter implementation.
writeAttribute (string, string)in IXmlWriterWrite an XML attribute with the given parameters.
writeAttributeNS (string, string, string, string)in IXmlWriterWrites an XML attribute node.
writeCData (string)in IXmlWriterWrites a CDATA section.
writeComment (string)in IXmlWriterWrites an XML comment node
writeDocumentFragment (Document)in IXmlWriterWrites a document fragment.
writeEndElement ()in IXmlWriterCloses an XML element previously opened with writeStartElement or writeStartElement.
writeGraphMLXmlAttribute (GraphMLXmlAttribute)in IXmlWriterWrite an XML attribute from the given attribute struct.
writeProcessingInstruction (string, string)in IXmlWriterWrites an XML processing instruction.
writeStartDocument ()in IXmlWriterBegins the output process.
writeStartElement (string, string, string)in IXmlWriterBegins a new XML element with given parameters
writeStartElement (string, string)in IXmlWriterBegin a new XML element with given parameters
writeString (string)in IXmlWriterWrites a text node.