Changes between Version 3 and Version 4 of RendererObjects
- Timestamp:
- 04/29/2011 07:27:36 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RendererObjects
v3 v4 25 25 By default, each views receive a new XHTML renderer 26 26 (instance of the ``Renderer`` class of 27 :apidoc:`na gare.namespaces.xhtml#xhtml.Renderer`) suitable to build a27 :apidoc:`namespaces.xhtml#xhtml.Renderer`) suitable to build a 28 28 synchronous (X)HTML DOM tree. 29 29 … … 76 76 77 77 A XHTML renderer is an instance of the ``Renderer`` class of 78 :apidoc:`na gare.namespaces.xhtml#xhtml.Renderer`.78 :apidoc:`namespaces.xhtml#xhtml.Renderer`. 79 79 80 80 A XHTML renderer is a factory for all the possible XHTML tags. It also has: … … 103 103 The ``head`` attribute of a XHTML renderer is a Head renderer, an instance 104 104 of the class ``HeadRenderer`` of 105 :apidoc:`na gare.namespaces.xhtml#xhtml.HeadRenderer`.105 :apidoc:`namespaces.xhtml#xhtml.HeadRenderer`. 106 106 107 107 A head renderer is a factory for all the XHTML tags that can be embedded into … … 183 183 184 184 A XML renderer is an instance of the ``Renderer`` class of 185 :apidoc:`na gare.namespaces.xml#xml.Renderer`.185 :apidoc:`namespaces.xml#xml.Renderer`. 186 186 187 187 It's a simple renderer which accepts any tag creation: … … 201 201 202 202 A `XSL <http://www.w3.org/TR/xslt>`_ renderer is an instance of the ``Renderer`` 203 class of :apidoc:`na gare.namespaces.xsl#xsl.Renderer` and has a factory for203 class of :apidoc:`namespaces.xsl#xsl.Renderer` and has a factory for 204 204 all the possible XSL tags. 205 205 … … 208 208 209 209 A `ESI <http://www.w3.org/TR/esi-lang>`_ renderer is an instance of the 210 ``Renderer`` class of :apidoc:`na gare.namespaces.esi#esi.Renderer` and has210 ``Renderer`` class of :apidoc:`namespaces.esi#esi.Renderer` and has 211 211 a factory for all the possible ESI tags : ``attempt``, ``choose``, ``comment``, 212 212 ``include``, ``inline``, ``otherwise``, ``remove``, ``try``, ``vars``, ``when``.