Liquid XML Data Binder (C++, Java, VB6) / Reference / Visual Basic 6 / Reference / VB6 LtXmlComLib20.XmlTextWriter
In This Topic
    VB6 LtXmlComLib20.XmlTextWriter
    In This Topic
    LtXmlComLib20.XmlTextWriter Class
    Description
    Base Classes:
    Implemented interfaces:
      Members Description  
        AddNamespace
    Adds a namespace delcaration to the first element in the XML document  
        defaultNamespace Defines the default namespace for the XML document  
        EOL Determines the type of End Of Line chars used  
        Format Determines if the XML document will be formatted (easy to read)  
        WriteAttributeNsString Adds a attribute (including the namespace)  
        WriteAttributeString Adds a attribute, using the default namespace  
        WriteAttributeType Writes an attribute xsi:type="xxx"  
        WriteComment Writes a comment into the XML document  
        WriteEndDocument Writes and the end of document  
        WriteEndElement Writes the end of an element (must be called for ever corresponding WriteStartElement)  
        WriteHeaderDirective Writes a header directive (one that appears before the first element)  
        WriteStartDocument Writes the start of the document  
        WriteStartElement Wrtites the start of an element (must have an assosicated call to WriteEndElement)  
        WriteString Writes a string into the XML document (padded)  
        Xml Gets the XML document that has been built up, as a string