.. include:: ../io/votable/references.txt

Group
=====

.. currentmodule:: astropy.io.votable.tree

.. autoclass:: Group
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Group.entries
      ~Group.ref

   .. rubric:: Methods Summary

   .. autosummary::

      ~Group.iter_fields_and_params
      ~Group.iter_groups
      ~Group.parse
      ~Group.to_xml

   .. rubric:: Attributes Documentation

   .. autoattribute:: entries
   .. autoattribute:: ref

   .. rubric:: Methods Documentation

   .. automethod:: iter_fields_and_params
   .. automethod:: iter_groups
   .. automethod:: parse
   .. automethod:: to_xml
