Package com.inductiveautomation.rm.archiver


package com.inductiveautomation.rm.archiver
  • Class
    Description
    An interface for objects that are archivable.
    This class handles RM document archival.
    An archiver to read/write objects from/to JSON.
    An interface so objects can provide archival class to archiver.
    An interface so objects can provide archival attributes to archiver.
    An interface so objects can provide archival values to archiver.
    An interface so objects can set archival values from archiver.
    Represents a node in a JSON tree.
     
    A JSONTokener takes a source string and extracts characters and tokens from it to create RMJSONNode(s).
    The RMJSONException is thrown by the JSON.org classes when things are amiss.
    Writes a JSON to string.
    This class manages archival and unarchival to/from RXElements.
    This inner class represents a named resource associated with an archiver.
    The RXAttribute class represents an XML attribute by simply having a name and value.
    The RXElement class represents an XML element and simply manages a list of XML elements (recursively) and a list of attributes.
    A class to load an RXElement from aSource using SAX.