Class DOMPropertyMapFormat.Initializer

  • Enclosing class:
    DOMPropertyMapFormat

    public static class DOMPropertyMapFormat.Initializer
    extends java.lang.Object
    Utility class which initializes local static variables.

    If the DOMPropertyMapFormat is used outside main (as a part of global
    initialization/destruction), the Initializer should be used explicitly to control the
    static initialization/destruction order.

    Notice that the Initializer is automatically defined as a global variable, hence it
    should not be necessary to specify the initializer explicitly if DOMPropertyMapFormat is
    to be used in local static initialization/destruction.
    • Constructor Detail

      • Initializer

        public Initializer​(long cPtr,
                           boolean cMemoryOwn)
      • Initializer

        public Initializer()
        Initializes when constructed.