Liquid XML Data Binder (C++, Java, VB6) / Reference / Java / Reference / com.liquid_technologies.ltxmllib20 / Java XmlObjectBase
In This Topic
    Java XmlObjectBase
    In This Topic
    com.liquid_technologies.ltxmllib20.XmlObjectBase Class
    The Base class for all concrete XML object classes.
    This class contains much of the functionality (although much of it is hidden) to read/write from the objects that derive from it.

    Base Classes: Object
    Implemented interfaces: XmlObjectInterface
      Members Description  
        clone (inherited from XmlObjectInterface) Creates a 'deep' copy of the object  
        fromJson (inherited from JsonObjectInterface) Reads data into the object, from an JSON string  
        fromJsonFile (inherited from JsonObjectInterface) Reads JSON data the object, from a file  
        fromJsonStream (inherited from JsonObjectInterface) Reads JSON from a java stream.  
        fromJson (inherited from JsonObjectInterface) Reads data into the object, from an JSON string  
        fromXmlElement (inherited from XmlObjectInterface) Reads data into the object, from a pre-parsed XML Document.  
        fromXmlFile (inherited from XmlObjectInterface) Reads XML data the object, from a file  
        fromXmlStream (inherited from XmlObjectInterface) Reads XML from a java stream.  
        getBase (inherited from XmlObjectInterface) Gets the XmlObjectBase that all XML objects must derive from.  
        getNamespace (inherited from XmlObjectInterface) Gets the namespace of the current class  
        getTargetNamespace (inherited from XmlObjectInterface) Gets the target namespace for the current XML document  
        noBanner (static) Allows the Liquid comment in the output XML to be removed.  
        register Registers the library - prevents the nag screens etc.  
        toJson (inherited from JsonObjectInterface) Turns the object into an JSON string  
        toJsonFile (inherited from JsonObjectInterface) Turns the object into JSON, and writes it to a file  
        toJsonStream (inherited from JsonObjectInterface) Turns the object into a JSON (as a byte array)  
        toXml (inherited from XmlObjectInterface) Turns the object into an XML string  
        toXmlFile (inherited from XmlObjectInterface) Turns the object into XML, and writes it to a file  
        toXmlStream (inherited from XmlObjectInterface) Turns the object into a XML (as a byte array)