XMLTable ======== (class from :py:mod:`pyomo.dataportal.plugins.xml_table`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.dataportal.plugins.xml_table import * try: from pyomo.dataportal.plugins.xml_table import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.dataportal.plugins.xml_table .. autoclass:: pyomo.dataportal.plugins.xml_table::XMLTable :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~XMLTable.__init__ ~XMLTable.add_options ~XMLTable.available ~XMLTable.clear ~XMLTable.close ~XMLTable.initialize ~XMLTable.open ~XMLTable.process ~XMLTable.read ~XMLTable.write .. rubric:: Member Documentation