Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / C++ CXmlTextWriter
In This Topic
    C++ CXmlTextWriter
    In This Topic
    LtXmlLib21::CXmlTextWriter Class
    Description
    Base Classes:
    Implemented interfaces:
      Members Description  
        AddNamespace
    Adds a namespace declaration to the first element in the XML document  
        GetXml Gets the XML document that has been built up, as a string  
        SetDefaultNamespace Defines the default namespace for the XML document  
        SetEOLType Determines the type of End Of Line chars used  
        SetFormat Determines if the XML document will be formatted (easy to read)  
        WriteAttributeString Adds a attribute  
        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 Writes the start of an element (must have an associated call to WriteEndElement)  
        WriteString Writes a string into the XML document (padded)