![]() |
![]() |
Cheshire3 Object Model: Class KeywordExtractor |
object --+ | configParser.C3Object --+ | baseObjects.Extractor --+ | SimpleExtractor --+ | KeywordExtractor
__init__(self,
session,
parser,
config)
The constructor for all Cheshire3 objects take the same arguments: session: A Session object topNode: The <config> or <subConfig> domNode for the configuration parent: The object that provides the scope for this object. |
|
_keywordify(self, session, data) | |
process_string(self,
session,
data)
Process a raw string, eg from an attribute value or the query. |
|
process_node(self,
session,
data)
Process a DOM node. |
|
process_eventList(self,
session,
data)
Process a list of SAX events serialised in C3 internal format. |
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
Inherited from Inherited from Inherited from |
|
|
|
|
|
Generated by Epydoc 3.0alpha2 on Wed Aug 9 18:09:58 2006 | http://epydoc.sf.net |