/includes/patTemplate/patTemplate/Reader.php

Description

Base class for patTemplate readers

$Id: Reader.php,v 1.66 2004/12/30 16:29:05 schst Exp $

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
patTemplate_Reader Base class for patTemplate readers
Constants
PATTEMPLATE_READER_ERROR_INVALID_CLOSING_TAG = 6004 (line 37)

Invalid closing tag

PATTEMPLATE_READER_ERROR_INVALID_CONDITION = 6005 (line 42)

Invalid condition specified

PATTEMPLATE_READER_ERROR_INVALID_TAG = 6002 (line 27)

Invalid tag (missing attribute)

PATTEMPLATE_READER_ERROR_NO_CLOSING_TAG = 6003 (line 32)

Closing tag is missing

PATTEMPLATE_READER_ERROR_NO_INPUT = 6000 (line 17)

No input

PATTEMPLATE_READER_ERROR_NO_NAME_SPECIFIED = 6010 (line 47)

No name has been specified

PATTEMPLATE_READER_ERROR_UNKNOWN_TAG = 6001 (line 22)

Unknown tag

PATTEMPLATE_READER_NOTICE_INVALID_CDATA_SECTION = 6050 (line 52)

CData in a conditional template

PATTEMPLATE_READER_NOTICE_TEMPLATE_EXISTS = 6051 (line 57)

template already exists

Documentation generated on Fri, 4 Mar 2005 13:57:10 +1000 by phpDocumentor 1.3.0RC3