Path

ez components / documentation / api reference / 1.1 / template


eZ Components 1.1

Template: ezcTemplateXhtmlContext

[ Tutorial ] [ EBNF ] [ Functions ] [ Syntax ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcTemplateXhtmlContext

The ezcTemplateXhtmlContext class escapes special HTML characters in the output. [source]

Implemented Interfaces

Method Summary

public void cleanupEol( )
Does nothing.
public void cleanupWhitespace( )
Does nothing.
public void identifier( )
Returns the unique identifier for the context handler.
public void indent( )
Does nothing.
public void transformOutput( $node )
Escapes special HTML characters in the output.

Methods

cleanupEol

void cleanupEol( )
Does nothing.

cleanupWhitespace

void cleanupWhitespace( )
Does nothing.

identifier

void identifier( )
Returns the unique identifier for the context handler.

indent

void indent( )
Does nothing.

transformOutput

void transformOutput( $node )
Escapes special HTML characters in the output.

Parameters

Name Type Description
$node ezcTemplateAstNode  

Last updated: Wed, 28 Nov 2007