[ Index ] |
|
Code source de Joomla 1.0.13 |
[Code source] [Imprimer] [Statistiques]
dom_xmlrpc_object_parser handles SAX events to convert a DOM XML-RPC XML string into a PHP array Will generate PHP objects instead of structs if directed
Author: | John Heinstein <johnkarl@nbnet.nb.ca> |
Copyright: | (C) 2004 John Heinstein. All rights reserved |
License: | http://www.gnu.org/copyleft/lesser.html LGPL License |
Poids: | 193 lignes (6 kb) |
Inclus ou requis: | 1 fois |
Référencé: | 0 fois |
Nécessite: | 3 fichiers includes/domit/dom_xmlrpc_parser.php includes/domit/dom_xmlrpc_datetime_iso8601.php includes/domit/dom_xmlrpc_base64.php |
dom_xmlrpc_object_parser:: (4 méthodes):
dom_xmlrpc_object_parser()
startElement()
endElement()
addValue()
Classe: dom_xmlrpc_object_parser - X-Ref
Handles SAX events to convert a DOM XML-RPC XML string into a PHP arraydom_xmlrpc_object_parser(&$objectDefinitionHandler) X-Ref |
Constructor param: object Reference to a handler for PHP objects |
startElement($parser, $name, $attrs) X-Ref |
Handles start element events param: object A reference to the SAX parser param: string The name of the start element tag param: array An array of attributes (never used by XML-RPC spec) |
endElement($parser, $name) X-Ref |
Handles end element events param: object A reference to the SAX parser param: string The name of the end element tag |
addValue($value) X-Ref |
Adds an XML-RPC value to the results array param: mixed The value |
Généré le : Wed Nov 21 14:43:32 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |