Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / C++ LtXmlLib20::CXmlObjectBase
In This Topic
    C++ LtXmlLib20::CXmlObjectBase
    In This Topic
    LtXmlLib20::CXmlObjectBase Class
    The Base class for all concrete XML object classes.
    This class contains much of the functionality (although much of it is protected) to read/write XML from the generated objects.

      Members Description  
        AddRef

    Adds a reference to the object

     
        FromJson Reads data into the object, from an JSON string  
        FromJsonFile Reads JSON data into the object, from a file  
        FromJsonStream Reads JSON data into the object, from a binary stream of bytes  
        FromXml Reads data into the object, from an XML string  
        FromXmlFile Reads XML or Fast Infoset data into the object, from a file  
        FromXmlStream Reads XML or Fast Infoset data into the object, from a binary stream of bytes  
        GetBase Gets the CXmlObjectBase that all XML objects must derive from.  
        Release Release a reference to the object (deletes the object if it is the last reference)  
        ToFastInfosetFile Turns the object into a Fast Infoset, and writes it to a file  
        ToFastInfosetStream Turns the object into a Fast Infoset in the form of a binary stream of bytes  
        ToJson Turns the object into an JSON string  
        ToJsonFile Turns the object into JSON, and writes it to a file  
        ToJsonStream Turns the object into JSON in the form of a binary stream of bytes  
        ToXml Turns the object into an XML string  
        ToXmlFile Turns the object into XML, and writes it to a file  
        ToXmlStream Turns the object into XML in the form of a binary stream of bytes