Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Yadis

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/openid/Services/Yadis/XML.php

Description

XML-parsing classes to wrap the domxml and DOM extensions for PHP 4 and 5, respectively.

Classes
Class Description
 class Services_Yadis_XMLParser The base class for wrappers for available PHP XML-parsing
 class Services_Yadis_domxml This concrete implementation of Services_Yadis_XMLParser implements
 class Services_Yadis_dom This concrete implementation of Services_Yadis_XMLParser implements
Functions
Services_Yadis_getXMLParser (line 322)

Returns an instance of a Services_Yadis_XMLParser subclass based on the availability of PHP extensions for XML parsing. If Services_Yadis_setDefaultParser has been called, the parser used in that call will be returned instead.

void &Services_Yadis_getXMLParser ()
Services_Yadis_setDefaultParser (line 303)

Set a default parser to override the extension-driven selection of available parser classes. This is helpful in a test environment or one in which multiple parsers can be used but one is more desirable.

void Services_Yadis_setDefaultParser ( &$parser, Services_Yadis_XMLParser $parser)

Documentation generated on Mon, 05 Mar 2007 21:31:43 +0000 by phpDocumentor 1.3.1