Class Filer

(line 230)

Description

Object
   |
   --Filer

Located in File: /classes.inc.php

A base class that reads/writes components from/to an xml stream

This is an internal class used by the streaming system to load all objects from an XML file. It uses the XML parser to read the file, creates the objects and assign property values



Classes extended from Filer:
Reader
A class for reading components from an xml stream

Properties

Summary:
Root Root component

property Root (line 597)

object Root

Root component

This property specifies the root component for which all read components are going to be owned.


Methods

Summary:
__construct Constructs an object and initializes its data before the object is first used. [Overrides Object::__construct()]
cData Processes the data for tags
tagClose Processes tag closing
tagOpen Processes the opening tags to select which action to take
VCLDecodeUnicode

Defined in class Object

__construct Constructs an object and initializes its data before the object is first used.
className Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).
classParent Returns the type of the immediate ancestor of a class.

Constructor __construct (line 246)

Filer __construct( xmlparser $xmlparser)

Overrides : Object::__construct() Constructs an object and initializes its data before the object is first used.


Method cData (line 438)

void cData( xmlparser $parser, string $cdata)

Processes the data for tags

Parameters

  • xmlparser $parser: xml parser in use
  • string $cdata: data to be processed

Info


Method tagClose (line 524)

void tagClose( xmlparser $parser, string $tag)

Processes tag closing

Parameters

  • xmlparser $parser: xml parser in use
  • string $tag: tag being closed

Info


Method tagOpen (line 282)

void tagOpen( xmlparser $parser, string $tag, array $attributes)

Processes the opening tags to select which action to take

Parameters

  • xmlparser $parser: xml parser in use
  • string $tag: opening tag
  • array $attributes: attributes of the opening tag

Info


Method VCLDecodeUnicode (line 384)

void VCLDecodeUnicode( $orgstr)

Parameters

  • $orgstr:

Events

Summary:

[none]

Javascript Events

Summary:

[none]

Documentation generated on Fri, 26 Dec 2008 11:43:45 +0100 by phpDocumentor 1.4.0a2