.. include:: headings.inc .. module:: tools.XRCed.attribute .. currentmodule:: tools.XRCed.attribute .. highlight:: python .. _tools.XRCed.attribute: ========================================================================================================================================== |phoenix_title| **attribute** ========================================================================================================================================== Attribute processing classes. This module contains some predefined classes which can be used to store and retrieve XML data into Python objects. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for module **attribute** .. raw:: html

Inheritance diagram of attribute

| |class_summary| Classes Summary =============================== ================================================================================ ================================================================================ :ref:`tools.XRCed.attribute.Attribute` Base class, used for simple attributes, i.e. single attributes :ref:`tools.XRCed.attribute.AttributeAttribute` Attribute as an XML attribute of the element node. :ref:`tools.XRCed.attribute.BitmapAttribute` Bitmap attribute. :ref:`tools.XRCed.attribute.CDATAAttribute` :ref:`tools.XRCed.attribute.CheckContentAttribute` CheckList content. Value is a list of tuples (checked, string). :ref:`tools.XRCed.attribute.CodeAttribute` :ref:`tools.XRCed.attribute.CommentAttribute` Comment is the value of comment object. :ref:`tools.XRCed.attribute.ContentAttribute` Content attribute class. Value is a list of strings. :ref:`tools.XRCed.attribute.DictAttribute` DictAttribute uses dictionary object for passing data. :ref:`tools.XRCed.attribute.EncodingAttribute` Encoding is a special attribute stored in dom object. :ref:`tools.XRCed.attribute.FontAttribute` :ref:`tools.XRCed.attribute.HelpContentAttribute` RadioBox content. Value is a list of tuples (string, tooltip, help). :ref:`tools.XRCed.attribute.MultiAttribute` Repeated attribute like growablecols. ================================================================================ ================================================================================ | .. toctree:: :maxdepth: 1 :hidden: tools.XRCed.attribute.Attribute tools.XRCed.attribute.AttributeAttribute tools.XRCed.attribute.BitmapAttribute tools.XRCed.attribute.CDATAAttribute tools.XRCed.attribute.CheckContentAttribute tools.XRCed.attribute.CodeAttribute tools.XRCed.attribute.CommentAttribute tools.XRCed.attribute.ContentAttribute tools.XRCed.attribute.DictAttribute tools.XRCed.attribute.EncodingAttribute tools.XRCed.attribute.FontAttribute tools.XRCed.attribute.HelpContentAttribute tools.XRCed.attribute.MultiAttribute