[ Index ]
 

Code source de PHP PEAR 1.4.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/Config/Container/ -> XML.php (sommaire)

(pas de description)

Poids: 249 lignes (9 kb)
Inclus ou requis:0 fois
Référencé: 4 fois
Nécessite: 1 fichier
 XML/Parser.php

Définit 1 class

Config_Container_XML:: (6 méthodes):
  Config_Container_XML()
  parseDatasrc()
  startHandler()
  endHandler()
  cdataHandler()
  toString()


Classe: Config_Container_XML  - X-Ref

Config parser for XML Files

Config_Container_XML($options = array()   X-Ref
Constructor

param: string  $options    Options to be used by renderer

parseDatasrc($datasrc, &$obj)   X-Ref
Parses the data of the given configuration file

param: string $datasrc    path to the configuration file
param: object $obj        reference to a config object
return: mixed returns a PEAR_ERROR, if error occurs or true if ok

startHandler($xp, $elem, &$attribs)   X-Ref
Handler for the xml-data

param: mixed  $xp         ignored
param: string $elem       name of the element
param: array  $attribs    attributes for the generated node

endHandler($xp, $elem)   X-Ref
Handler for the xml-data

param: mixed  $xp         ignored
param: string $elem       name of the element

cdataHandler($xp, $cdata)   X-Ref
Pas de description

toString(&$obj)   X-Ref
Returns a formatted string of the object

param: object  $obj    Container object to be output as string
return: string



Généré le : Sun Feb 25 14:08:00 2007 par Balluche grâce à PHPXref 0.7