Package Martel :: Module Expression :: Class FastFeature
[show private | hide private]
[frames | no frames]

Class FastFeature

Expression --+    
             |    
   PassThrough --+
                 |
                FastFeature


Method Summary
  __init__(self, expression, feature, remove_tags)
  copy(self)
do a deep copy on this Expression tree
  features(self)
return a list of all features
    Inherited from PassThrough
  __str__(self)
the corresponding pattern string
  group_names(self)
the list of group names used by this Expression and its children
    Inherited from Expression
  __add__(self, other)
returns an Expression to match this Expression then the other one
  __or__(self, other)
returns an Expression matching this Expression or (if that fails) the other one
  make_iterator(self, tag, debug_level)
create an iterator for this regexp; the 'tag' defines a record
  make_parser(self, debug_level)
create a SAX compliant parser for this regexp

Method Details

copy(self)

do a deep copy on this Expression tree
Overrides:
Martel.Expression.PassThrough.copy

features(self)

return a list of all features
Overrides:
Martel.Expression.PassThrough.features (inherited documentation)

Generated by Epydoc 2.1 on Wed Jan 31 09:58:01 2007 http://epydoc.sf.net