Module attribute
[hide private]
[frames] | no frames]

Module attribute

source code

Attribute processing classes.

This module contains some predefined classes which can be used to store and retrieve XML data into Python objects.

Classes [hide private]
  Attribute
Base class, used for simple attributes, i.e.
  ContentAttribute
Content attribute class.
  CheckContentAttribute
CheckList content.
  DictAttribute
DictAttribute uses dictionary object for passing data.
  FontAttribute
  CodeAttribute
  MultiAttribute
Repeated attribute like growablecols.
  BitmapAttribute
Bitmap attribute.
  AttributeAttribute
Attribute as an XML attribute of the element node.
  EncodingAttribute
Encoding is a special attribute stored in dom object.
  CDATAAttribute