Package Pyblio :: Module Attribute :: Class TxoItem
[show private | hide private]
[frames | no frames]

Type TxoItem

object --+
         |
        TxoItem


Definition of a taxonomy item.

This item can then be reused as the argument for Attribute.Txo creation. A taxonomy item can be seen as a value in a enumeration of possible values. Compared to a simple enumeration, it has the additional property of being hierachical. For instance, you could define a taxonomy of document types:
 - publication
    - article
       - peer-reviewed
       - not peer-reviewed
    - conference paper
 - unpublished
    - report
...and use this taxonomy to fill an attribute of your records. If you use Pyblio.Query to search for the item article, you will retrieve all the records which contain one of article, peer-reviewed or not peer-reviewed.
Method Summary
  __init__(self)
  __repr__(self)
  xmlwrite(self, fd, space)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Property Summary
  name

Generated by Epydoc 2.1 on Wed Apr 5 16:06:58 2006 http://epydoc.sf.net