Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: patTemplate

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

File/pattemplate/patTemplate/Reader.php

Description

Base class for patTemplate readers

$Id: Reader.php 47 2005-09-15 02:55:27Z rhuk $

This class is able to parse patTemplate tags from any string you hand it over It will emulate some kind of SAX parsing by calling start-, end- and CData-handlers.

Classes
Class Description
Abstract class patTemplate_Reader Base class for patTemplate readers
Constants
PATTEMPLATE_READER_ERROR_INVALID_CLOSING_TAG = 6004 (line 41)

Invalid closing tag

PATTEMPLATE_READER_ERROR_INVALID_CONDITION = 6005 (line 46)

Invalid condition specified

PATTEMPLATE_READER_ERROR_INVALID_TAG = 6002 (line 31)

Invalid tag (missing attribute)

PATTEMPLATE_READER_ERROR_NO_CLOSING_TAG = 6003 (line 36)

Closing tag is missing

PATTEMPLATE_READER_ERROR_NO_INPUT = 6000 (line 21)

No input

PATTEMPLATE_READER_ERROR_NO_NAME_SPECIFIED = 6010 (line 51)

No name has been specified

PATTEMPLATE_READER_ERROR_UNKNOWN_TAG = 6001 (line 26)

Unknown tag

PATTEMPLATE_READER_NOTICE_INVALID_CDATA_SECTION = 6050 (line 56)

CData in a conditional template

PATTEMPLATE_READER_NOTICE_TEMPLATE_EXISTS = 6051 (line 61)

template already exists


Documentation generated on Mon, 05 Mar 2007 21:19:20 +0000 by phpDocumentor 1.3.1