HappyDoc Generated Documentation Class: ITALESCompiler

HappyDoc3-r3_1 / happydoclib / docset / docset_TAL / TAL / ITALES.py / ITALESCompiler 

Compile-time interface provided by a TALES implementation.

The TAL compiler needs an instance of this interface to support compilation of TALES expressions embedded in documents containing TAL and METAL constructs.

Base Classes   

ITALESCompiler
  Interface

Methods   
  compile 
compile ( expression )

Return a compiled form of expression for later evaluation.

expression is the source text of the expression.

The return value may be passed to the various evaluate*() methods of the ITALESEngine interface. No compatibility is required for the values of the compiled expression between different ITALESEngine implementations.

  getCompilerError 
getCompilerError ()

Return the exception class raised for compilation errors.


This document was automatically generated Tue Dec 5 08:30:42 2006 by HappyDoc version 3.1