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) |