ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.Tales.ExpressionFactory Class Reference

Creator for Expression instances. More...

Inheritance diagram for CSF.Zpt.Tales.ExpressionFactory:
Collaboration diagram for CSF.Zpt.Tales.ExpressionFactory:

Public Member Functions

Expression Create (string prefix, string content)
 Creates an expression from the given prefix and content. More...
 
Expression Create (string source)
 Create an expression from the specified source string. More...
 
Expression Create (Expression expression)
 Create an expression from the content of another expression. More...
 

Detailed Description

Creator for Expression instances.

Member Function Documentation

Expression CSF.Zpt.Tales.ExpressionFactory.Create ( string  prefix,
string  content 
)
inline

Creates an expression from the given prefix and content.

Parameters
prefixPrefix.
contentContent.

Implements CSF.Zpt.Tales.IExpressionFactory.

Expression CSF.Zpt.Tales.ExpressionFactory.Create ( string  source)
inline

Create an expression from the specified source string.

Parameters
sourceSource.

Implements CSF.Zpt.Tales.IExpressionFactory.

Expression CSF.Zpt.Tales.ExpressionFactory.Create ( Expression  expression)
inline

Create an expression from the content of another expression.

Parameters
expressionThe expression from which to create another expression.

Implements CSF.Zpt.Tales.IExpressionFactory.


The documentation for this class was generated from the following file: