Class EntryExitPairsXml

    • Method Detail

      • store

        public Element store​(java.lang.Object o)
        Default implementation for storing the contents of a PositionablePoint.
        Parameters:
        o - Object to store, of type PositionablePoint
        Returns:
        Element containing the complete info
      • setStoreElementClass

        public void setStoreElementClass​(Element messages)
        Define attribute for an element that is to be stored.
        Parameters:
        messages - Storage element
      • load

        public boolean load​(Element shared,
                            Element perNode)
        Load, starting with the layoutBlock element, then all the value-icon pairs.
        Specified by:
        load in interface XmlAdapter
        Overrides:
        load in class AbstractXmlAdapter
        Parameters:
        shared - Top level Element to unpack
        perNode - ignored in this application
        Returns:
        true if loaded without errors; false otherwise