~ubuntu-branches/ubuntu/raring/genshi/raring-proposed

« back to all changes in this revision

Viewing changes to doc/api/genshi.template.plugin.TextTemplateEnginePlugin-class.html

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Fontaine
  • Date: 2007-04-16 17:49:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070416174903-x2p3n9g890v18d0m
Tags: 0.4-1
* New upstream release.
* Remove useless python-markup transition package.
* Add Provides against python-markup.
* Add doc-base.
* Add depends against python-xml.
* Add suggests to python-setuptools.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ascii"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
3
          "DTD/xhtml1-transitional.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
5
<head>
 
6
  <title>genshi.template.plugin.TextTemplateEnginePlugin</title>
 
7
  <link rel="stylesheet" href="epydoc.css" type="text/css" />
 
8
  <script type="text/javascript" src="epydoc.js"></script>
 
9
</head>
 
10
 
 
11
<body bgcolor="white" text="black" link="blue" vlink="#204080"
 
12
      alink="#204080">
 
13
<!-- ==================== NAVIGATION BAR ==================== -->
 
14
<table class="navbar" border="0" width="100%" cellpadding="0"
 
15
       bgcolor="#a0c0ff" cellspacing="0">
 
16
  <tr valign="middle">
 
17
  <!-- Home link -->
 
18
      <th>&nbsp;&nbsp;&nbsp;<a
 
19
        href="genshi-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
 
20
 
 
21
  <!-- Tree link -->
 
22
      <th>&nbsp;&nbsp;&nbsp;<a
 
23
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
 
24
 
 
25
  <!-- Index link -->
 
26
      <th>&nbsp;&nbsp;&nbsp;<a
 
27
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
 
28
 
 
29
  <!-- Help link -->
 
30
      <th>&nbsp;&nbsp;&nbsp;<a
 
31
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
32
 
 
33
  <!-- Project homepage -->
 
34
      <th class="navbar" align="right" width="100%">
 
35
        <table border="0" cellpadding="0" cellspacing="0">
 
36
          <tr><th class="navbar" align="center"
 
37
            ><a class="navbar" target="_top" href="../index.html">Documentation Index</a></th>
 
38
          </tr></table></th>
 
39
  </tr>
 
40
</table>
 
41
<table width="100%" cellpadding="0" cellspacing="0">
 
42
  <tr valign="top">
 
43
    <td width="100%">
 
44
      <span class="breadcrumbs">
 
45
        <a href="genshi-module.html">Package&nbsp;genshi</a> ::
 
46
        <a href="genshi.template-module.html">Package&nbsp;template</a> ::
 
47
        <a href="genshi.template.plugin-module.html">Module&nbsp;plugin</a> ::
 
48
        Class&nbsp;TextTemplateEnginePlugin
 
49
      </span>
 
50
    </td>
 
51
    <td>
 
52
      <table cellpadding="0" cellspacing="0">
 
53
        <!-- hide/show private -->
 
54
      </table>
 
55
    </td>
 
56
  </tr>
 
57
</table>
 
58
<!-- ==================== CLASS DESCRIPTION ==================== -->
 
59
<h1 class="epydoc">Class TextTemplateEnginePlugin</h1><br /><br />
 
60
<pre class="base-tree">
 
61
                  object --+    
 
62
                           |    
 
63
<a href="genshi.template.plugin.AbstractTemplateEnginePlugin-class.html">AbstractTemplateEnginePlugin</a> --+
 
64
                               |
 
65
                              <strong class="uidshort">TextTemplateEnginePlugin</strong>
 
66
</pre>
 
67
 
 
68
<hr />
 
69
Implementation of the plugin API for text templates.<br /><br />
 
70
 
 
71
<!-- ==================== NESTED CLASSES ==================== -->
 
72
<a name="section-NestedClasses"></a>
 
73
<table class="summary" border="1" cellpadding="3"
 
74
       cellspacing="0" width="100%" bgcolor="white">
 
75
<tr bgcolor="#70b0f0" class="table-header">
 
76
  <td align="left" colspan="2" class="table-header">
 
77
    <span class="table-header">Nested Classes</span></td>
 
78
</tr>
 
79
<tr>
 
80
    <td width="15%" align="right" valign="top" class="summary">
 
81
      <span class="summary-type">&nbsp;</span>
 
82
    </td><td class="summary">
 
83
        <a href="genshi.template.text.TextTemplate-class.html" class="summary-name">template_class</a><br />
 
84
      Implementation of a simple text-based template engine.
 
85
    </td>
 
86
  </tr>
 
87
</table>
 
88
<!-- ==================== INSTANCE METHODS ==================== -->
 
89
<a name="section-InstanceMethods"></a>
 
90
<table class="summary" border="1" cellpadding="3"
 
91
       cellspacing="0" width="100%" bgcolor="white">
 
92
<tr bgcolor="#70b0f0" class="table-header">
 
93
  <td align="left" colspan="2" class="table-header">
 
94
    <span class="table-header">Instance Methods</span></td>
 
95
</tr>
 
96
  <tr>
 
97
    <td colspan="2" class="summary">
 
98
    <p class="indent-wrapped-lines"><b>Inherited from <code><a href="genshi.template.plugin.AbstractTemplateEnginePlugin-class.html">AbstractTemplateEnginePlugin</a></code></b>:
 
99
      <code><a href="genshi.template.plugin.AbstractTemplateEnginePlugin-class.html#__init__">__init__</a></code>,
 
100
      <code><a href="genshi.template.plugin.AbstractTemplateEnginePlugin-class.html#load_template">load_template</a></code>,
 
101
      <code><a href="genshi.template.plugin.AbstractTemplateEnginePlugin-class.html#render">render</a></code>,
 
102
      <code><a href="genshi.template.plugin.AbstractTemplateEnginePlugin-class.html#transform">transform</a></code>
 
103
      </p>
 
104
    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
 
105
      <code>__delattr__</code>,
 
106
      <code>__getattribute__</code>,
 
107
      <code>__hash__</code>,
 
108
      <code>__new__</code>,
 
109
      <code>__reduce__</code>,
 
110
      <code>__reduce_ex__</code>,
 
111
      <code>__repr__</code>,
 
112
      <code>__setattr__</code>,
 
113
      <code>__str__</code>
 
114
      </p>
 
115
    </td>
 
116
  </tr>
 
117
</table>
 
118
<!-- ==================== CLASS VARIABLES ==================== -->
 
119
<a name="section-ClassVariables"></a>
 
120
<table class="summary" border="1" cellpadding="3"
 
121
       cellspacing="0" width="100%" bgcolor="white">
 
122
<tr bgcolor="#70b0f0" class="table-header">
 
123
  <td align="left" colspan="2" class="table-header">
 
124
    <span class="table-header">Class Variables</span></td>
 
125
</tr>
 
126
<tr>
 
127
    <td width="15%" align="right" valign="top" class="summary">
 
128
      <span class="summary-type">&nbsp;</span>
 
129
    </td><td class="summary">
 
130
        <a name="extension"></a><span class="summary-name">extension</span> = <code title="'.txt'"><code class="variable-quote">'</code><code class="variable-string">.txt</code><code class="variable-quote">'</code></code>
 
131
    </td>
 
132
  </tr>
 
133
<tr>
 
134
    <td width="15%" align="right" valign="top" class="summary">
 
135
      <span class="summary-type">&nbsp;</span>
 
136
    </td><td class="summary">
 
137
        <a name="default_format"></a><span class="summary-name">default_format</span> = <code title="'text'"><code class="variable-quote">'</code><code class="variable-string">text</code><code class="variable-quote">'</code></code>
 
138
    </td>
 
139
  </tr>
 
140
</table>
 
141
<!-- ==================== PROPERTIES ==================== -->
 
142
<a name="section-Properties"></a>
 
143
<table class="summary" border="1" cellpadding="3"
 
144
       cellspacing="0" width="100%" bgcolor="white">
 
145
<tr bgcolor="#70b0f0" class="table-header">
 
146
  <td align="left" colspan="2" class="table-header">
 
147
    <span class="table-header">Properties</span></td>
 
148
</tr>
 
149
  <tr>
 
150
    <td colspan="2" class="summary">
 
151
    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
 
152
      <code>__class__</code>
 
153
      </p>
 
154
    </td>
 
155
  </tr>
 
156
</table>
 
157
<!-- ==================== NAVIGATION BAR ==================== -->
 
158
<table class="navbar" border="0" width="100%" cellpadding="0"
 
159
       bgcolor="#a0c0ff" cellspacing="0">
 
160
  <tr valign="middle">
 
161
  <!-- Home link -->
 
162
      <th>&nbsp;&nbsp;&nbsp;<a
 
163
        href="genshi-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
 
164
 
 
165
  <!-- Tree link -->
 
166
      <th>&nbsp;&nbsp;&nbsp;<a
 
167
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
 
168
 
 
169
  <!-- Index link -->
 
170
      <th>&nbsp;&nbsp;&nbsp;<a
 
171
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
 
172
 
 
173
  <!-- Help link -->
 
174
      <th>&nbsp;&nbsp;&nbsp;<a
 
175
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
176
 
 
177
  <!-- Project homepage -->
 
178
      <th class="navbar" align="right" width="100%">
 
179
        <table border="0" cellpadding="0" cellspacing="0">
 
180
          <tr><th class="navbar" align="center"
 
181
            ><a class="navbar" target="_top" href="../index.html">Documentation Index</a></th>
 
182
          </tr></table></th>
 
183
  </tr>
 
184
</table>
 
185
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
 
186
  <tr>
 
187
    <td align="left" class="footer">
 
188
    Generated by Epydoc 3.0beta1 on Mon Apr 16 16:02:14 2007
 
189
    </td>
 
190
    <td align="right" class="footer">
 
191
      <a href="http://epydoc.sourceforge.net">http://epydoc.sourceforge.net</a>
 
192
    </td>
 
193
  </tr>
 
194
</table>
 
195
 
 
196
<script type="text/javascript">
 
197
  <!--
 
198
  // Private objects are initially displayed (because if
 
199
  // javascript is turned off then we want them to be
 
200
  // visible); but by default, we want to hide them.  So hide
 
201
  // them unless we have a cookie that says to show them.
 
202
  checkCookie()
 
203
  // -->
 
204
</script>
 
205
  
 
206
</body>
 
207
</html>