Liquid XML Data Binder (C++, Java, VB6) / Reference / Java / Reference / com.liquid_technologies.ltxmllib20 / Java XmlTextWriter
In This Topic
    Java XmlTextWriter
    In This Topic
    com.liquid_technologies.ltxmllib20.XmlTextWriter Class
    Description
    Base Classes:
    Implemented interfaces:
      Members Description  
        addNamespace
    Adds a namespace delcaration to the first element in the XML document  
        setDefaultNamespace Defines the default namespace for the XML document  
        formatting 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 Wrtites the start of an element (must have an assosicated call to WriteEndElement)  
        writeString Writes a string into the XML document (padded)  
        XmlTextWriter Constructor