Package zope :: Package schema :: Module interfaces :: Class IVocabularyTokenized
[show private | hide private]
[frames | no frames]

Type IVocabularyTokenized

  Interface --+            
              |            
        ISource --+        
                  |        
    IBaseVocabulary --+    
                      |    
      Interface --+   |    
                  |   |    
IIterableVocabulary --+    
                      |    
            IVocabulary --+
                          |
                         IVocabularyTokenized


Vocabulary that provides support for tokenized representation.

Terms returned from getTerm() and provided by iteration must conform to ITitledTokenizedTerm.
Class Variable Summary
str __len__ = 'Return the number of valid terms, or sys.maxi...
str getTerm = "Return the ITerm object for the term 'value'....
str getTermByToken = 'Return an ITokenizedTerm for the passe...

Class Variable Details

__len__

Type:
str
Value:
'Return the number of valid terms, or sys.maxint.'                     

getTerm

Type:
str
Value:
"""Return the ITerm object for the term 'value'.

        If 'value' is not a valid term, this method raises LookupError\
.
        """                                                            

getTermByToken

Type:
str
Value:
'''Return an ITokenizedTerm for the passed-in token.

        If `token` is not represented in the vocabulary, `LookupError`
        is raised.
        '''                                                            

Generated by Epydoc 2.1 on Fri Jun 24 12:01:23 2005 http://epydoc.sf.net